find_contiguous# gwpy.io.cache.find_contiguous(*caches: list[CacheEntryType]) → Iterator[list[CacheEntryType]][source]# Separate one or more cache entry lists into time-contiguous sub-lists. Parameters: cacheslistOne or more lists of file paths (str or CacheEntry). Returns: cachesiter of listAn interable yielding each contiguous cache.