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/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15978
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15979", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15977", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15978, "results": [ { "start": 971448060, "stop": 971448194 }, { "start": 971448196, "stop": 971448227 }, { "start": 971448229, "stop": 971448319 }, { "start": 971448322, "stop": 971448441 }, { "start": 971448445, "stop": 971448478 }, { "start": 971448480, "stop": 971448530 }, { "start": 971448533, "stop": 971448562 }, { "start": 971448565, "stop": 971448682 }, { "start": 971448684, "stop": 971448752 }, { "start": 971448754, "stop": 971448770 }, { "start": 971448771, "stop": 971448799 }, { "start": 971448802, "stop": 971448822 }, { "start": 971448826, "stop": 971448858 }, { "start": 971448859, "stop": 971448860 }, { "start": 971448862, "stop": 971448879 }, { "start": 971448880, "stop": 971448881 }, { "start": 971448884, "stop": 971448904 }, { "start": 971448908, "stop": 971448912 }, { "start": 971448914, "stop": 971448934 }, { "start": 971448936, "stop": 971448951 } ] }