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/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=395
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=396", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=394", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 395, "results": [ { "start": 818383681, "stop": 818383682 }, { "start": 818383688, "stop": 818383743 }, { "start": 818383746, "stop": 818383752 }, { "start": 818383755, "stop": 818383756 }, { "start": 818385632, "stop": 818391558 }, { "start": 818391582, "stop": 818393795 }, { "start": 818395604, "stop": 818398869 }, { "start": 818398913, "stop": 818409488 }, { "start": 818409490, "stop": 818409506 }, { "start": 818409508, "stop": 818409515 }, { "start": 818410639, "stop": 818416719 }, { "start": 818416722, "stop": 818416761 }, { "start": 818416766, "stop": 818416768 }, { "start": 818416772, "stop": 818416779 }, { "start": 818416795, "stop": 818416796 }, { "start": 818416799, "stop": 818416834 }, { "start": 818416843, "stop": 818416855 }, { "start": 818416858, "stop": 818416923 }, { "start": 818416926, "stop": 818416930 }, { "start": 818416933, "stop": 818417013 } ] }