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_CBCHIGH_CAT3/segments?format=api&page=14706
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14707", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14705", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14706, "results": [ { "start": 971172137, "stop": 971172139 }, { "start": 971172143, "stop": 971172145 }, { "start": 971172146, "stop": 971172148 }, { "start": 971172151, "stop": 971172152 }, { "start": 971172154, "stop": 971172156 }, { "start": 971172157, "stop": 971172158 }, { "start": 971172161, "stop": 971172164 }, { "start": 971172166, "stop": 971172169 }, { "start": 971172170, "stop": 971172172 }, { "start": 971172182, "stop": 971172185 }, { "start": 971172189, "stop": 971172190 }, { "start": 971172192, "stop": 971172194 }, { "start": 971172196, "stop": 971172203 }, { "start": 971172204, "stop": 971172207 }, { "start": 971172209, "stop": 971172213 }, { "start": 971172214, "stop": 971172215 }, { "start": 971172219, "stop": 971172220 }, { "start": 971172221, "stop": 971172224 }, { "start": 971172226, "stop": 971172230 }, { "start": 971172232, "stop": 971172234 } ] }