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_CAT3/segments?format=api&page=270
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=271", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=269", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 270, "results": [ { "start": 817896857, "stop": 817896900 }, { "start": 817896903, "stop": 817896923 }, { "start": 817896957, "stop": 817897146 }, { "start": 817897165, "stop": 817897166 }, { "start": 817897202, "stop": 817897326 }, { "start": 817897345, "stop": 817897532 }, { "start": 817897573, "stop": 817897627 }, { "start": 817897647, "stop": 817897665 }, { "start": 817897685, "stop": 817897718 }, { "start": 817897737, "stop": 817897740 }, { "start": 817897757, "stop": 817897778 }, { "start": 817897795, "stop": 817898141 }, { "start": 817898144, "stop": 817898370 }, { "start": 817898387, "stop": 817898464 }, { "start": 817898506, "stop": 817898551 }, { "start": 817898584, "stop": 817898765 }, { "start": 817898817, "stop": 817898949 }, { "start": 817898995, "stop": 817899006 }, { "start": 817899052, "stop": 817899198 }, { "start": 817899201, "stop": 817899217 } ] }