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_CAT2/segments?format=api&page=1259
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1260", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1258", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1259, "results": [ { "start": 957680819, "stop": 957681018 }, { "start": 957681020, "stop": 957681054 }, { "start": 957681056, "stop": 957681121 }, { "start": 957681123, "stop": 957681394 }, { "start": 957681396, "stop": 957681608 }, { "start": 957681610, "stop": 957681629 }, { "start": 957681631, "stop": 957682034 }, { "start": 957682036, "stop": 957682912 }, { "start": 957682914, "stop": 957682942 }, { "start": 957682944, "stop": 957682956 }, { "start": 957682958, "stop": 957684254 }, { "start": 957684258, "stop": 957684863 }, { "start": 957684865, "stop": 957685344 }, { "start": 957685345, "stop": 957685708 }, { "start": 957685710, "stop": 957685905 }, { "start": 957685907, "stop": 957686587 }, { "start": 957686589, "stop": 957686599 }, { "start": 957686600, "stop": 957686780 }, { "start": 957686782, "stop": 957686906 }, { "start": 957686908, "stop": 957687125 } ] }