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=14761
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14762", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14760", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14761, "results": [ { "start": 971181163, "stop": 971181165 }, { "start": 971181171, "stop": 971181172 }, { "start": 971181173, "stop": 971181178 }, { "start": 971181179, "stop": 971181180 }, { "start": 971181185, "stop": 971181186 }, { "start": 971181188, "stop": 971181194 }, { "start": 971181198, "stop": 971181199 }, { "start": 971181202, "stop": 971181204 }, { "start": 971181206, "stop": 971181207 }, { "start": 971181210, "stop": 971181211 }, { "start": 971181214, "stop": 971181217 }, { "start": 971181218, "stop": 971181219 }, { "start": 971181222, "stop": 971181224 }, { "start": 971181226, "stop": 971181229 }, { "start": 971181233, "stop": 971181234 }, { "start": 971181236, "stop": 971181238 }, { "start": 971181241, "stop": 971181244 }, { "start": 971181249, "stop": 971181251 }, { "start": 971181252, "stop": 971181254 }, { "start": 971181255, "stop": 971181257 } ] }