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_CW_CAT1/segments?format=api&page=95
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=96", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=94", "results_count": 3094, "results_per_page": 20, "num_pages": 155, "page_number": 95, "results": [ { "start": 956192053, "stop": 956195804 }, { "start": 956196030, "stop": 956221959 }, { "start": 956223249, "stop": 956229176 }, { "start": 956230463, "stop": 956240394 }, { "start": 956240816, "stop": 956261925 }, { "start": 956262923, "stop": 956270226 }, { "start": 956270474, "stop": 956289153 }, { "start": 956295864, "stop": 956299128 }, { "start": 956301692, "stop": 956312166 }, { "start": 956312683, "stop": 956314318 }, { "start": 956316992, "stop": 956318593 }, { "start": 956318774, "stop": 956332992 }, { "start": 956341420, "stop": 956348396 }, { "start": 956368202, "stop": 956382862 }, { "start": 956383314, "stop": 956394446 }, { "start": 956396099, "stop": 956401079 }, { "start": 956403545, "stop": 956406437 }, { "start": 956407880, "stop": 956409327 }, { "start": 956430102, "stop": 956437876 }, { "start": 956437998, "stop": 956440205 } ] }