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_CAT2/segments?format=api&page=438
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=439", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=437", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 438, "results": [ { "start": 818745279, "stop": 818745305 }, { "start": 818745310, "stop": 818745312 }, { "start": 818745318, "stop": 818745320 }, { "start": 818745323, "stop": 818745335 }, { "start": 818745340, "stop": 818745347 }, { "start": 818745353, "stop": 818745358 }, { "start": 818745369, "stop": 818745392 }, { "start": 818745395, "stop": 818745420 }, { "start": 818745423, "stop": 818745474 }, { "start": 818745479, "stop": 818745528 }, { "start": 818745532, "stop": 818745533 }, { "start": 818745536, "stop": 818745564 }, { "start": 818745567, "stop": 818745584 }, { "start": 818745587, "stop": 818745588 }, { "start": 818745595, "stop": 818745598 }, { "start": 818745601, "stop": 818745629 }, { "start": 818745632, "stop": 818745643 }, { "start": 818745898, "stop": 818745901 }, { "start": 818745909, "stop": 818745910 }, { "start": 818745914, "stop": 818745923 } ] }