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=228
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=229", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=227", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 228, "results": [ { "start": 818217505, "stop": 818217507 }, { "start": 818217524, "stop": 818217525 }, { "start": 818217532, "stop": 818217533 }, { "start": 818217536, "stop": 818217537 }, { "start": 818217550, "stop": 818217558 }, { "start": 818217561, "stop": 818217566 }, { "start": 818217581, "stop": 818217585 }, { "start": 818217589, "stop": 818217590 }, { "start": 818217598, "stop": 818217599 }, { "start": 818217608, "stop": 818217609 }, { "start": 818217619, "stop": 818217625 }, { "start": 818217662, "stop": 818217663 }, { "start": 818217678, "stop": 818217690 }, { "start": 818217710, "stop": 818217714 }, { "start": 818217719, "stop": 818217720 }, { "start": 818217731, "stop": 818217733 }, { "start": 818217755, "stop": 818217763 }, { "start": 818217778, "stop": 818217779 }, { "start": 818217782, "stop": 818217787 }, { "start": 818217794, "stop": 818217796 } ] }