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/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=168
{ "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=169", "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=167", "results_count": 7130, "results_per_page": 20, "num_pages": 357, "page_number": 168, "results": [ { "start": 1240017970, "stop": 1240018088 }, { "start": 1240018090, "stop": 1240018208 }, { "start": 1240018210, "stop": 1240018328 }, { "start": 1240018330, "stop": 1240018448 }, { "start": 1240018450, "stop": 1240018568 }, { "start": 1240018570, "stop": 1240018688 }, { "start": 1240018690, "stop": 1240018808 }, { "start": 1240018810, "stop": 1240018928 }, { "start": 1240018930, "stop": 1240019028 }, { "start": 1240019030, "stop": 1240019168 }, { "start": 1240019170, "stop": 1240019288 }, { "start": 1240019290, "stop": 1240019408 }, { "start": 1240019410, "stop": 1240019528 }, { "start": 1240019530, "stop": 1240019648 }, { "start": 1240019650, "stop": 1240019768 }, { "start": 1240019770, "stop": 1240019888 }, { "start": 1240019890, "stop": 1240020008 }, { "start": 1240020010, "stop": 1240020128 }, { "start": 1240020130, "stop": 1240020248 }, { "start": 1240020250, "stop": 1240020368 } ] }