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_CAT4/segments?format=api&page=15928
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15929", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15927", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15928, "results": [ { "start": 971400005, "stop": 971400007 }, { "start": 971400008, "stop": 971400022 }, { "start": 971400026, "stop": 971400037 }, { "start": 971400039, "stop": 971400050 }, { "start": 971400052, "stop": 971400059 }, { "start": 971400060, "stop": 971400070 }, { "start": 971400072, "stop": 971400093 }, { "start": 971400094, "stop": 971400099 }, { "start": 971400103, "stop": 971400109 }, { "start": 971400111, "stop": 971400175 }, { "start": 971400179, "stop": 971400195 }, { "start": 971400198, "stop": 971400203 }, { "start": 971400204, "stop": 971400215 }, { "start": 971400217, "stop": 971400223 }, { "start": 971400224, "stop": 971400227 }, { "start": 971401223, "stop": 971401317 }, { "start": 971401318, "stop": 971401429 }, { "start": 971401430, "stop": 971401495 }, { "start": 971401496, "stop": 971401507 }, { "start": 971401508, "stop": 971401549 } ] }