data_segments#
- gwpy.io.gwf.data_segments( ) SegmentList[source]#
Returns the segments containing data for a channel.
Requires a GWF backend library.
A frame is considered to contain data if a valid FrData structure (of any type) exists for the channel in that frame. No checks are directly made against the underlying FrVect structures.
- Parameters:
- Returns:
- segments
SegmentList the list of segments containing data
- segments