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_CAT4/segments?format=api&page=15844
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15845", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15843", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15844, "results": [ { "start": 971181137, "stop": 971181143 }, { "start": 971181144, "stop": 971181146 }, { "start": 971181147, "stop": 971181151 }, { "start": 971181156, "stop": 971181157 }, { "start": 971181158, "stop": 971181162 }, { "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 } ] }