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_STOCH_CAT2_H2L1/segments?format=api&page=717
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=718", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=716", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 717, "results": [ { "start": 856700309, "stop": 856702889 }, { "start": 856703707, "stop": 856705267 }, { "start": 856707187, "stop": 856707607 }, { "start": 856707838, "stop": 856710748 }, { "start": 856713902, "stop": 856718342 }, { "start": 856721074, "stop": 856721134 }, { "start": 856721867, "stop": 856722077 }, { "start": 856722107, "stop": 856725407 }, { "start": 856725497, "stop": 856725557 }, { "start": 856725617, "stop": 856726037 }, { "start": 856727209, "stop": 856727569 }, { "start": 856728457, "stop": 856728697 }, { "start": 856747852, "stop": 856748482 }, { "start": 856748891, "stop": 856754621 }, { "start": 856755732, "stop": 856764432 }, { "start": 856764589, "stop": 856766929 }, { "start": 856767203, "stop": 856773263 }, { "start": 856774798, "stop": 856777858 }, { "start": 856778437, "stop": 856778797 }, { "start": 856780880, "stop": 856782440 } ] }