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=218
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=219", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=217", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 218, "results": [ { "start": 818214421, "stop": 818214422 }, { "start": 818214435, "stop": 818214440 }, { "start": 818214446, "stop": 818214447 }, { "start": 818214457, "stop": 818214463 }, { "start": 818214469, "stop": 818214470 }, { "start": 818214494, "stop": 818214495 }, { "start": 818214500, "stop": 818214501 }, { "start": 818214508, "stop": 818214509 }, { "start": 818214531, "stop": 818214534 }, { "start": 818214546, "stop": 818214549 }, { "start": 818214566, "stop": 818214570 }, { "start": 818214583, "stop": 818214585 }, { "start": 818214599, "stop": 818214604 }, { "start": 818214607, "stop": 818214611 }, { "start": 818214619, "stop": 818214622 }, { "start": 818214627, "stop": 818214629 }, { "start": 818214642, "stop": 818214643 }, { "start": 818214646, "stop": 818214652 }, { "start": 818214656, "stop": 818214658 }, { "start": 818214685, "stop": 818214690 } ] }