Run Segment List
Return the segments for a given timeline for a run.
Query parameters:
start=<int>: Initial GPS time of the desired GPS interval.stop=<int>: Final GPS time of the desired GPS interval.compact: Return a list of segment [start, stop] list.pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9841
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9842", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9840", "results_count": 199755, "results_per_page": 20, "num_pages": 9988, "page_number": 9841, "results": [ { "start": 874158896, "stop": 874158937 }, { "start": 874158940, "stop": 874158965 }, { "start": 874158966, "stop": 874158982 }, { "start": 874158983, "stop": 874159028 }, { "start": 874159032, "stop": 874159119 }, { "start": 874159120, "stop": 874159171 }, { "start": 874159174, "stop": 874159540 }, { "start": 874159543, "stop": 874159575 }, { "start": 874159578, "stop": 874159683 }, { "start": 874159686, "stop": 874159720 }, { "start": 874159723, "stop": 874159735 }, { "start": 874159738, "stop": 874159741 }, { "start": 874159744, "stop": 874159864 }, { "start": 874159867, "stop": 874160004 }, { "start": 874160007, "stop": 874160303 }, { "start": 874160306, "stop": 874160734 }, { "start": 874160737, "stop": 874161270 }, { "start": 874161273, "stop": 874161321 }, { "start": 874161324, "stop": 874162165 }, { "start": 874162168, "stop": 874163220 } ] }