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=289
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=290", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=288", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 289, "results": [ { "start": 818237362, "stop": 818237364 }, { "start": 818237384, "stop": 818237387 }, { "start": 818237392, "stop": 818237394 }, { "start": 818237397, "stop": 818237398 }, { "start": 818237428, "stop": 818237434 }, { "start": 818237437, "stop": 818237438 }, { "start": 818237441, "stop": 818237442 }, { "start": 818237449, "stop": 818237451 }, { "start": 818237455, "stop": 818237457 }, { "start": 818237460, "stop": 818237461 }, { "start": 818237479, "stop": 818237482 }, { "start": 818237487, "stop": 818237491 }, { "start": 818237499, "stop": 818237502 }, { "start": 818237507, "stop": 818237509 }, { "start": 818237521, "stop": 818237525 }, { "start": 818237535, "stop": 818237536 }, { "start": 818237540, "stop": 818237541 }, { "start": 818237567, "stop": 818237571 }, { "start": 818237622, "stop": 818237624 }, { "start": 818237630, "stop": 818237640 } ] }