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=15957
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15958", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15956", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15957, "results": [ { "start": 971411150, "stop": 971411153 }, { "start": 971411154, "stop": 971411157 }, { "start": 971411159, "stop": 971411161 }, { "start": 971411162, "stop": 971411163 }, { "start": 971411165, "stop": 971411171 }, { "start": 971411172, "stop": 971411176 }, { "start": 971411177, "stop": 971411179 }, { "start": 971411184, "stop": 971411193 }, { "start": 971411195, "stop": 971411197 }, { "start": 971411201, "stop": 971411202 }, { "start": 971411206, "stop": 971411208 }, { "start": 971411209, "stop": 971411213 }, { "start": 971411214, "stop": 971411219 }, { "start": 971411220, "stop": 971411222 }, { "start": 971411224, "stop": 971411228 }, { "start": 971411229, "stop": 971411230 }, { "start": 971411231, "stop": 971411232 }, { "start": 971411233, "stop": 971411236 }, { "start": 971411237, "stop": 971411242 }, { "start": 971411243, "stop": 971411253 } ] }