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=3866
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3867", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3865", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 3866, "results": [ { "start": 873750252, "stop": 873750341 }, { "start": 873750344, "stop": 873750646 }, { "start": 873750649, "stop": 873750701 }, { "start": 873750704, "stop": 873750934 }, { "start": 873750937, "stop": 873750967 }, { "start": 873750970, "stop": 873750993 }, { "start": 873750996, "stop": 873751270 }, { "start": 873751273, "stop": 873751620 }, { "start": 873751680, "stop": 873753803 }, { "start": 873753806, "stop": 873753847 }, { "start": 873753850, "stop": 873753968 }, { "start": 873753971, "stop": 873756273 }, { "start": 873756276, "stop": 873759463 }, { "start": 873759465, "stop": 873760742 }, { "start": 873760745, "stop": 873765640 }, { "start": 873765641, "stop": 873765642 }, { "start": 873765643, "stop": 873765644 }, { "start": 873765645, "stop": 873765650 }, { "start": 873765652, "stop": 873765696 }, { "start": 873765699, "stop": 873767291 } ] }