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/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3993
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3994", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3992", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 3993, "results": [ { "start": 874641900, "stop": 874642231 }, { "start": 874642237, "stop": 874642283 }, { "start": 874642286, "stop": 874644749 }, { "start": 874644752, "stop": 874644756 }, { "start": 874644762, "stop": 874645736 }, { "start": 874645740, "stop": 874645786 }, { "start": 874645789, "stop": 874646207 }, { "start": 874646210, "stop": 874646215 }, { "start": 874646219, "stop": 874646221 }, { "start": 874646224, "stop": 874646617 }, { "start": 874646620, "stop": 874646945 }, { "start": 874646951, "stop": 874647099 }, { "start": 874647103, "stop": 874647131 }, { "start": 874647134, "stop": 874647293 }, { "start": 874647296, "stop": 874647306 }, { "start": 874647311, "stop": 874647314 }, { "start": 874647318, "stop": 874647323 }, { "start": 874647326, "stop": 874647333 }, { "start": 874647351, "stop": 874647368 }, { "start": 874647373, "stop": 874647379 } ] }