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=294
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=295", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=293", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 294, "results": [ { "start": 818361505, "stop": 818361574 }, { "start": 818361595, "stop": 818361741 }, { "start": 818361782, "stop": 818361835 }, { "start": 818361855, "stop": 818361891 }, { "start": 818361911, "stop": 818361930 }, { "start": 818361952, "stop": 818362041 }, { "start": 818362061, "stop": 818362172 }, { "start": 818362206, "stop": 818362254 }, { "start": 818362315, "stop": 818362349 }, { "start": 818362413, "stop": 818362650 }, { "start": 818362670, "stop": 818362683 }, { "start": 818362713, "stop": 818362755 }, { "start": 818362804, "stop": 818362805 }, { "start": 818362846, "stop": 818362911 }, { "start": 818362931, "stop": 818362956 }, { "start": 818363028, "stop": 818363168 }, { "start": 818363188, "stop": 818363359 }, { "start": 818363557, "stop": 818363667 }, { "start": 818363740, "stop": 818364166 }, { "start": 818364202, "stop": 818364352 } ] }