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_CW_CAT1/segments?format=api&page=170
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=171", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=169", "results_count": 7594, "results_per_page": 20, "num_pages": 380, "page_number": 170, "results": [ { "start": 838641521, "stop": 838641829 }, { "start": 838641953, "stop": 838643345 }, { "start": 838644325, "stop": 838644780 }, { "start": 838644913, "stop": 838646953 }, { "start": 838646996, "stop": 838646997 }, { "start": 838647525, "stop": 838650545 }, { "start": 838656567, "stop": 838659357 }, { "start": 838661535, "stop": 838661565 }, { "start": 838664104, "stop": 838664346 }, { "start": 838682062, "stop": 838697378 }, { "start": 838697434, "stop": 838697435 }, { "start": 838697465, "stop": 838714130 }, { "start": 838717952, "stop": 838734118 }, { "start": 838734755, "stop": 838739593 }, { "start": 838740815, "stop": 838741870 }, { "start": 838745038, "stop": 838765450 }, { "start": 838766893, "stop": 838767433 }, { "start": 838768942, "stop": 838779524 }, { "start": 838781060, "stop": 838781953 }, { "start": 838783294, "stop": 838803186 } ] }