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=14835
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14836", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14834", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14835, "results": [ { "start": 971388385, "stop": 971388401 }, { "start": 971388404, "stop": 971388471 }, { "start": 971388504, "stop": 971388845 }, { "start": 971388848, "stop": 971388861 }, { "start": 971388864, "stop": 971389940 }, { "start": 971389943, "stop": 971390229 }, { "start": 971390232, "stop": 971390357 }, { "start": 971390359, "stop": 971390644 }, { "start": 971390646, "stop": 971390650 }, { "start": 971390653, "stop": 971390725 }, { "start": 971390758, "stop": 971390815 }, { "start": 971390818, "stop": 971391788 }, { "start": 971391790, "stop": 971392023 }, { "start": 971392025, "stop": 971392149 }, { "start": 971392151, "stop": 971392167 }, { "start": 971392169, "stop": 971392170 }, { "start": 971392172, "stop": 971392187 }, { "start": 971392189, "stop": 971392229 }, { "start": 971392232, "stop": 971392406 }, { "start": 971392409, "stop": 971392489 } ] }