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=14677
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14678", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14676", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14677, "results": [ { "start": 971169084, "stop": 971169085 }, { "start": 971169099, "stop": 971169101 }, { "start": 971169104, "stop": 971169105 }, { "start": 971169106, "stop": 971169107 }, { "start": 971169108, "stop": 971169109 }, { "start": 971169111, "stop": 971169112 }, { "start": 971169114, "stop": 971169117 }, { "start": 971169118, "stop": 971169120 }, { "start": 971169122, "stop": 971169123 }, { "start": 971169126, "stop": 971169129 }, { "start": 971169131, "stop": 971169135 }, { "start": 971169136, "stop": 971169138 }, { "start": 971169146, "stop": 971169147 }, { "start": 971169150, "stop": 971169152 }, { "start": 971169153, "stop": 971169154 }, { "start": 971169155, "stop": 971169159 }, { "start": 971169161, "stop": 971169165 }, { "start": 971169166, "stop": 971169168 }, { "start": 971169171, "stop": 971169172 }, { "start": 971169174, "stop": 971169175 } ] }