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/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=220
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=221", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=219", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 220, "results": [ { "start": 817763247, "stop": 817763294 }, { "start": 817763319, "stop": 817763356 }, { "start": 817763377, "stop": 817763412 }, { "start": 817763480, "stop": 817763571 }, { "start": 817763593, "stop": 817763720 }, { "start": 817763760, "stop": 817763847 }, { "start": 817763864, "stop": 817763880 }, { "start": 817763940, "stop": 817763962 }, { "start": 817764022, "stop": 817764050 }, { "start": 817764071, "stop": 817764082 }, { "start": 817764207, "stop": 817764264 }, { "start": 817764293, "stop": 817764302 }, { "start": 817764352, "stop": 817764388 }, { "start": 817764590, "stop": 817764607 }, { "start": 817764629, "stop": 817764702 }, { "start": 817764732, "stop": 817764779 }, { "start": 817764877, "stop": 817764879 }, { "start": 817764926, "stop": 817764932 }, { "start": 817764986, "stop": 817764987 }, { "start": 817765007, "stop": 817765047 } ] }