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=14643
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14644", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14642", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14643, "results": [ { "start": 971165399, "stop": 971165400 }, { "start": 971165413, "stop": 971165415 }, { "start": 971165419, "stop": 971165422 }, { "start": 971165426, "stop": 971165431 }, { "start": 971165434, "stop": 971165437 }, { "start": 971165438, "stop": 971165439 }, { "start": 971165442, "stop": 971165447 }, { "start": 971165450, "stop": 971165451 }, { "start": 971165454, "stop": 971165455 }, { "start": 971165457, "stop": 971165458 }, { "start": 971165467, "stop": 971165475 }, { "start": 971165476, "stop": 971165477 }, { "start": 971165479, "stop": 971165483 }, { "start": 971165487, "stop": 971165492 }, { "start": 971165493, "stop": 971165494 }, { "start": 971165497, "stop": 971165502 }, { "start": 971165504, "stop": 971165510 }, { "start": 971165516, "stop": 971165518 }, { "start": 971165519, "stop": 971165520 }, { "start": 971165521, "stop": 971165524 } ] }