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_CAT4/segments?format=api&page=15755
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15756", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15754", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15755, "results": [ { "start": 971168527, "stop": 971168533 }, { "start": 971168536, "stop": 971168537 }, { "start": 971168538, "stop": 971168540 }, { "start": 971168541, "stop": 971168542 }, { "start": 971168548, "stop": 971168553 }, { "start": 971168558, "stop": 971168562 }, { "start": 971168566, "stop": 971168577 }, { "start": 971168581, "stop": 971168582 }, { "start": 971168584, "stop": 971168585 }, { "start": 971168587, "stop": 971168588 }, { "start": 971168589, "stop": 971168590 }, { "start": 971168593, "stop": 971168595 }, { "start": 971168597, "stop": 971168598 }, { "start": 971168601, "stop": 971168603 }, { "start": 971168604, "stop": 971168605 }, { "start": 971168609, "stop": 971168612 }, { "start": 971168613, "stop": 971168617 }, { "start": 971168620, "stop": 971168623 }, { "start": 971168624, "stop": 971168625 }, { "start": 971168628, "stop": 971168632 } ] }