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_CAT3/segments?format=api&page=196
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=197", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=195", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 196, "results": [ { "start": 933043403, "stop": 933043470 }, { "start": 933043512, "stop": 933043904 }, { "start": 933043930, "stop": 933043935 }, { "start": 933043960, "stop": 933044774 }, { "start": 933044791, "stop": 933044825 }, { "start": 933045067, "stop": 933045076 }, { "start": 933045159, "stop": 933045247 }, { "start": 933045266, "stop": 933045289 }, { "start": 933045521, "stop": 933045530 }, { "start": 933045599, "stop": 933045605 }, { "start": 933045625, "stop": 933045656 }, { "start": 933045742, "stop": 933046104 }, { "start": 933046127, "stop": 933046136 }, { "start": 933046242, "stop": 933046488 }, { "start": 933046531, "stop": 933046532 }, { "start": 933046604, "stop": 933046645 }, { "start": 933046692, "stop": 933046807 }, { "start": 933046808, "stop": 933046895 }, { "start": 933046914, "stop": 933046938 }, { "start": 933046939, "stop": 933047114 } ] }