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=616
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=617", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=615", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 616, "results": [ { "start": 850326225, "stop": 850326765 }, { "start": 850327345, "stop": 850328245 }, { "start": 850328452, "stop": 850328812 }, { "start": 850329109, "stop": 850329169 }, { "start": 850329406, "stop": 850329466 }, { "start": 850329720, "stop": 850330500 }, { "start": 850331990, "stop": 850332050 }, { "start": 850332271, "stop": 850332331 }, { "start": 850332481, "stop": 850340251 }, { "start": 850340401, "stop": 850341151 }, { "start": 850341296, "stop": 850344656 }, { "start": 850344876, "stop": 850345146 }, { "start": 850345176, "stop": 850345296 }, { "start": 850345326, "stop": 850345416 }, { "start": 850346579, "stop": 850347419 }, { "start": 850351268, "stop": 850352048 }, { "start": 850352264, "stop": 850361924 }, { "start": 850363341, "stop": 850368741 }, { "start": 850368936, "stop": 850370076 }, { "start": 850373640, "stop": 850374000 } ] }