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/O4b/timelines/H1_CW_CAT1/segments?format=api&page=14
{ "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CW_CAT1/segments?format=api&page=15", "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CW_CAT1/segments?format=api&page=13", "results_count": 953, "results_per_page": 20, "num_pages": 48, "page_number": 14, "results": [ { "start": 1403250187, "stop": 1403266727 }, { "start": 1403267529, "stop": 1403278218 }, { "start": 1403298287, "stop": 1403305465 }, { "start": 1403305876, "stop": 1403307760 }, { "start": 1403309845, "stop": 1403356254 }, { "start": 1403388027, "stop": 1403389344 }, { "start": 1403389354, "stop": 1403401825 }, { "start": 1403413243, "stop": 1403428737 }, { "start": 1403452039, "stop": 1403453070 }, { "start": 1403457300, "stop": 1403474678 }, { "start": 1403482940, "stop": 1403498544 }, { "start": 1403504012, "stop": 1403509513 }, { "start": 1403516745, "stop": 1403537546 }, { "start": 1403556744, "stop": 1403559959 }, { "start": 1403564694, "stop": 1403588913 }, { "start": 1403625807, "stop": 1403628986 }, { "start": 1403635399, "stop": 1403647334 }, { "start": 1403647395, "stop": 1403665576 }, { "start": 1403669687, "stop": 1403674526 }, { "start": 1403677775, "stop": 1403715363 } ] }