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=14679
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14680", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14678", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14679, "results": [ { "start": 971169298, "stop": 971169299 }, { "start": 971169300, "stop": 971169301 }, { "start": 971169306, "stop": 971169310 }, { "start": 971169316, "stop": 971169317 }, { "start": 971169318, "stop": 971169320 }, { "start": 971169322, "stop": 971169323 }, { "start": 971169326, "stop": 971169330 }, { "start": 971169331, "stop": 971169337 }, { "start": 971169339, "stop": 971169340 }, { "start": 971169343, "stop": 971169345 }, { "start": 971169354, "stop": 971169357 }, { "start": 971169360, "stop": 971169361 }, { "start": 971169362, "stop": 971169363 }, { "start": 971169364, "stop": 971169370 }, { "start": 971169373, "stop": 971169374 }, { "start": 971169375, "stop": 971169376 }, { "start": 971169378, "stop": 971169379 }, { "start": 971169382, "stop": 971169387 }, { "start": 971169389, "stop": 971169392 }, { "start": 971169394, "stop": 971169398 } ] }