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_CAT4/segments?format=api&page=8241
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8242", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8240", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8241, "results": [ { "start": 873768869, "stop": 873769620 }, { "start": 873769812, "stop": 873769920 }, { "start": 873769980, "stop": 873770144 }, { "start": 873770164, "stop": 873770388 }, { "start": 873770642, "stop": 873770843 }, { "start": 873770863, "stop": 873770869 }, { "start": 873770888, "stop": 873771001 }, { "start": 873771097, "stop": 873771104 }, { "start": 873771123, "stop": 873771189 }, { "start": 873771209, "stop": 873771221 }, { "start": 873771241, "stop": 873771344 }, { "start": 873771374, "stop": 873771376 }, { "start": 873771395, "stop": 873771499 }, { "start": 873771518, "stop": 873771521 }, { "start": 873771541, "stop": 873771591 }, { "start": 873771626, "stop": 873771680 }, { "start": 873771726, "stop": 873771918 }, { "start": 873771942, "stop": 873771951 }, { "start": 873771970, "stop": 873772036 }, { "start": 873772055, "stop": 873772102 } ] }