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_CAT4/segments?format=api&page=8045
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8046", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8044", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8045, "results": [ { "start": 872218271, "stop": 872218489 }, { "start": 872218506, "stop": 872218769 }, { "start": 872218803, "stop": 872219239 }, { "start": 872219258, "stop": 872219937 }, { "start": 872219957, "stop": 872219999 }, { "start": 872220016, "stop": 872220376 }, { "start": 872220395, "stop": 872220741 }, { "start": 872220758, "stop": 872222919 }, { "start": 872222936, "stop": 872223003 }, { "start": 872223020, "stop": 872223082 }, { "start": 872223099, "stop": 872224976 }, { "start": 872225008, "stop": 872225044 }, { "start": 872225063, "stop": 872225222 }, { "start": 872225241, "stop": 872225255 }, { "start": 872225272, "stop": 872225405 }, { "start": 872225424, "stop": 872225603 }, { "start": 872225622, "stop": 872225746 }, { "start": 872225765, "stop": 872225838 }, { "start": 872225866, "stop": 872225895 }, { "start": 872225920, "stop": 872226039 } ] }