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=15986
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15987", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15985", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15986, "results": [ { "start": 971451607, "stop": 971451611 }, { "start": 971451614, "stop": 971451620 }, { "start": 971451622, "stop": 971451630 }, { "start": 971451632, "stop": 971451633 }, { "start": 971451635, "stop": 971451646 }, { "start": 971451648, "stop": 971451678 }, { "start": 971451679, "stop": 971451682 }, { "start": 971451687, "stop": 971451695 }, { "start": 971451696, "stop": 971451701 }, { "start": 971451702, "stop": 971451705 }, { "start": 971451706, "stop": 971451719 }, { "start": 971451722, "stop": 971451729 }, { "start": 971451731, "stop": 971451737 }, { "start": 971451739, "stop": 971451743 }, { "start": 971451746, "stop": 971451807 }, { "start": 971451808, "stop": 971451849 }, { "start": 971451855, "stop": 971451860 }, { "start": 971451861, "stop": 971451869 }, { "start": 971451871, "stop": 971451874 }, { "start": 971451875, "stop": 971451878 } ] }