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_CAT3/segments?format=api&page=14787
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14788", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14786", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14787, "results": [ { "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 }, { "start": 971243169, "stop": 971243173 }, { "start": 971243191, "stop": 971243198 }, { "start": 971243199, "stop": 971243285 }, { "start": 971243286, "stop": 971243350 }, { "start": 971243354, "stop": 971243366 } ] }