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=248
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=249", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=247", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 248, "results": [ { "start": 817862968, "stop": 817863006 }, { "start": 817863026, "stop": 817863029 }, { "start": 817863066, "stop": 817863072 }, { "start": 817863076, "stop": 817863112 }, { "start": 817863116, "stop": 817863264 }, { "start": 817863283, "stop": 817863321 }, { "start": 817863355, "stop": 817863364 }, { "start": 817863408, "stop": 817863437 }, { "start": 817863441, "stop": 817863444 }, { "start": 817863475, "stop": 817863536 }, { "start": 817863540, "stop": 817863561 }, { "start": 817863564, "stop": 817863584 }, { "start": 817863587, "stop": 817863696 }, { "start": 817863718, "stop": 817863730 }, { "start": 817863734, "stop": 817863748 }, { "start": 817863751, "stop": 817863762 }, { "start": 817863768, "stop": 817863790 }, { "start": 817863794, "stop": 817863859 }, { "start": 817863862, "stop": 817863882 }, { "start": 817863885, "stop": 817863903 } ] }