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=15870
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15871", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15869", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15870, "results": [ { "start": 971242807, "stop": 971242814 }, { "start": 971242818, "stop": 971242827 }, { "start": 971242829, "stop": 971242835 }, { "start": 971242836, "stop": 971242845 }, { "start": 971242846, "stop": 971242850 }, { "start": 971242853, "stop": 971242874 }, { "start": 971242875, "stop": 971242876 }, { "start": 971242877, "stop": 971242879 }, { "start": 971242882, "stop": 971242896 }, { "start": 971242898, "stop": 971242901 }, { "start": 971242903, "stop": 971242974 }, { "start": 971243007, "stop": 971243012 }, { "start": 971243013, "stop": 971243035 }, { "start": 971243036, "stop": 971243060 }, { "start": 971243064, "stop": 971243082 }, { "start": 971243084, "stop": 971243106 }, { "start": 971243108, "stop": 971243144 }, { "start": 971243145, "stop": 971243148 }, { "start": 971243150, "stop": 971243162 }, { "start": 971243163, "stop": 971243167 } ] }