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=15677
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15678", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15676", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15677, "results": [ { "start": 971160239, "stop": 971160242 }, { "start": 971160243, "stop": 971160245 }, { "start": 971160247, "stop": 971160252 }, { "start": 971160254, "stop": 971160256 }, { "start": 971160259, "stop": 971160260 }, { "start": 971160264, "stop": 971160267 }, { "start": 971160268, "stop": 971160272 }, { "start": 971160274, "stop": 971160276 }, { "start": 971160278, "stop": 971160280 }, { "start": 971160281, "stop": 971160283 }, { "start": 971160286, "stop": 971160289 }, { "start": 971160291, "stop": 971160292 }, { "start": 971160293, "stop": 971160295 }, { "start": 971160296, "stop": 971160299 }, { "start": 971160301, "stop": 971160307 }, { "start": 971160309, "stop": 971160310 }, { "start": 971160311, "stop": 971160313 }, { "start": 971160314, "stop": 971160315 }, { "start": 971160318, "stop": 971160322 }, { "start": 971160323, "stop": 971160325 } ] }