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=15984
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15985", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15983", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15984, "results": [ { "start": 971450881, "stop": 971450926 }, { "start": 971450928, "stop": 971450935 }, { "start": 971450937, "stop": 971450947 }, { "start": 971450949, "stop": 971450963 }, { "start": 971450964, "stop": 971451029 }, { "start": 971451031, "stop": 971451169 }, { "start": 971451171, "stop": 971451180 }, { "start": 971451181, "stop": 971451221 }, { "start": 971451222, "stop": 971451230 }, { "start": 971451231, "stop": 971451232 }, { "start": 971451234, "stop": 971451254 }, { "start": 971451256, "stop": 971451278 }, { "start": 971451279, "stop": 971451286 }, { "start": 971451292, "stop": 971451295 }, { "start": 971451296, "stop": 971451301 }, { "start": 971451302, "stop": 971451312 }, { "start": 971451313, "stop": 971451316 }, { "start": 971451318, "stop": 971451331 }, { "start": 971451332, "stop": 971451338 }, { "start": 971451341, "stop": 971451383 } ] }