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=171
{ "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=172", "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=170", "results_count": 7130, "results_per_page": 20, "num_pages": 357, "page_number": 171, "results": [ { "start": 1240029589, "stop": 1240029728 }, { "start": 1240029729, "stop": 1240029848 }, { "start": 1240029849, "stop": 1240029968 }, { "start": 1240029969, "stop": 1240030088 }, { "start": 1240030089, "stop": 1240030208 }, { "start": 1240030209, "stop": 1240030328 }, { "start": 1240030329, "stop": 1240030448 }, { "start": 1240030449, "stop": 1240030568 }, { "start": 1240030569, "stop": 1240030688 }, { "start": 1240030689, "stop": 1240030808 }, { "start": 1240030809, "stop": 1240030928 }, { "start": 1240030929, "stop": 1240031048 }, { "start": 1240031049, "stop": 1240031168 }, { "start": 1240031169, "stop": 1240031288 }, { "start": 1240031289, "stop": 1240031408 }, { "start": 1240031409, "stop": 1240031528 }, { "start": 1240031529, "stop": 1240031648 }, { "start": 1240031649, "stop": 1240031768 }, { "start": 1240031769, "stop": 1240031868 }, { "start": 1240031869, "stop": 1240032008 } ] }