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/O1/timelines/H1_CBC_CAT2/segments?format=api&page=32
{ "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=33", "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=31", "results_count": 23226, "results_per_page": 20, "num_pages": 1162, "page_number": 32, "results": [ { "start": 1127603957, "stop": 1127604344 }, { "start": 1127605981, "stop": 1127606766 }, { "start": 1127606767, "stop": 1127610497 }, { "start": 1127610557, "stop": 1127613307 }, { "start": 1127613308, "stop": 1127613783 }, { "start": 1127617667, "stop": 1127617913 }, { "start": 1127617914, "stop": 1127622617 }, { "start": 1127622618, "stop": 1127622893 }, { "start": 1127622895, "stop": 1127624831 }, { "start": 1127624832, "stop": 1127630899 }, { "start": 1127630900, "stop": 1127633806 }, { "start": 1127633807, "stop": 1127634250 }, { "start": 1127637592, "stop": 1127638706 }, { "start": 1127638707, "stop": 1127646327 }, { "start": 1127646328, "stop": 1127650042 }, { "start": 1127650043, "stop": 1127654611 }, { "start": 1127654612, "stop": 1127658701 }, { "start": 1127658703, "stop": 1127660834 }, { "start": 1127660835, "stop": 1127661173 }, { "start": 1127661174, "stop": 1127662006 } ] }