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=369
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=370", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=368", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 369, "results": [ { "start": 818266065, "stop": 818266067 }, { "start": 818266070, "stop": 818266071 }, { "start": 818266079, "stop": 818266080 }, { "start": 818266111, "stop": 818266115 }, { "start": 818266118, "stop": 818266123 }, { "start": 818266181, "stop": 818266185 }, { "start": 818266194, "stop": 818266195 }, { "start": 818266200, "stop": 818266209 }, { "start": 818266216, "stop": 818266219 }, { "start": 818266222, "stop": 818266224 }, { "start": 818266233, "stop": 818266235 }, { "start": 818266244, "stop": 818266246 }, { "start": 818266275, "stop": 818266276 }, { "start": 818266290, "stop": 818266292 }, { "start": 818266304, "stop": 818266305 }, { "start": 818267513, "stop": 818267517 }, { "start": 818267523, "stop": 818267525 }, { "start": 818267528, "stop": 818267532 }, { "start": 818267535, "stop": 818267542 }, { "start": 818267545, "stop": 818267547 } ] }