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=769
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=770", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=768", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 769, "results": [ { "start": 859920281, "stop": 859920341 }, { "start": 859920493, "stop": 859920673 }, { "start": 859921057, "stop": 859922197 }, { "start": 859927206, "stop": 859929276 }, { "start": 859929306, "stop": 859929546 }, { "start": 859929698, "stop": 859929938 }, { "start": 859929968, "stop": 859932878 }, { "start": 859933053, "stop": 859933653 }, { "start": 859934093, "stop": 859934393 }, { "start": 859935819, "stop": 859936839 }, { "start": 859937157, "stop": 859937277 }, { "start": 859937474, "stop": 859937534 }, { "start": 859937844, "stop": 859945524 }, { "start": 859945726, "stop": 859957486 }, { "start": 859957687, "stop": 859960747 }, { "start": 859960897, "stop": 859965937 }, { "start": 859971721, "stop": 859975681 }, { "start": 859975887, "stop": 859978707 }, { "start": 859978737, "stop": 859978887 }, { "start": 859978917, "stop": 859979547 } ] }