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=1198
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1199", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1197", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1198, "results": [ { "start": 953317882, "stop": 953318236 }, { "start": 953318238, "stop": 953318993 }, { "start": 953318995, "stop": 953319931 }, { "start": 953319933, "stop": 953320356 }, { "start": 953320358, "stop": 953320476 }, { "start": 953320478, "stop": 953321500 }, { "start": 953321502, "stop": 953323364 }, { "start": 953324687, "stop": 953325128 }, { "start": 953325130, "stop": 953326231 }, { "start": 953326232, "stop": 953326271 }, { "start": 953326273, "stop": 953330570 }, { "start": 953330572, "stop": 953330887 }, { "start": 953330889, "stop": 953333066 }, { "start": 953333067, "stop": 953333425 }, { "start": 953333427, "stop": 953335412 }, { "start": 953335414, "stop": 953336620 }, { "start": 953336622, "stop": 953338400 }, { "start": 953338402, "stop": 953338552 }, { "start": 953338554, "stop": 953339035 }, { "start": 953339037, "stop": 953339096 } ] }