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/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1188
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1189", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1187", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1188, "results": [ { "start": 952890907, "stop": 952896453 }, { "start": 952896455, "stop": 952898685 }, { "start": 952898687, "stop": 952899306 }, { "start": 952899308, "stop": 952900993 }, { "start": 952900995, "stop": 952901175 }, { "start": 952901177, "stop": 952902609 }, { "start": 952902610, "stop": 952903083 }, { "start": 952903085, "stop": 952903303 }, { "start": 952903305, "stop": 952904179 }, { "start": 952904180, "stop": 952905959 }, { "start": 952905960, "stop": 952906020 }, { "start": 952906022, "stop": 952907520 }, { "start": 952907522, "stop": 952907572 }, { "start": 952907573, "stop": 952908856 }, { "start": 952908857, "stop": 952912145 }, { "start": 952912147, "stop": 952918120 }, { "start": 952918122, "stop": 952919565 }, { "start": 952919567, "stop": 952919717 }, { "start": 952919719, "stop": 952924278 }, { "start": 952924280, "stop": 952925878 } ] }