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_CAT3/segments?format=api&page=276
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=277", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=275", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 276, "results": [ { "start": 817986243, "stop": 817986336 }, { "start": 817986355, "stop": 817986450 }, { "start": 817986541, "stop": 817986588 }, { "start": 817986626, "stop": 817986663 }, { "start": 817986704, "stop": 817986754 }, { "start": 817986773, "stop": 817986813 }, { "start": 817986832, "stop": 817986881 }, { "start": 817986900, "stop": 817986966 }, { "start": 817986986, "stop": 817987011 }, { "start": 817987038, "stop": 817987137 }, { "start": 817987156, "stop": 817987175 }, { "start": 817987192, "stop": 817987285 }, { "start": 817987337, "stop": 817987401 }, { "start": 817987421, "stop": 817987460 }, { "start": 817987480, "stop": 817987550 }, { "start": 817987592, "stop": 817987875 }, { "start": 817987894, "stop": 817987951 }, { "start": 817987996, "stop": 817988078 }, { "start": 817988097, "stop": 817988271 }, { "start": 817988292, "stop": 817988386 } ] }