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=289
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=290", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=288", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 289, "results": [ { "start": 831680226, "stop": 831680526 }, { "start": 831680674, "stop": 831681214 }, { "start": 831681386, "stop": 831681686 }, { "start": 831681839, "stop": 831682019 }, { "start": 831682167, "stop": 831684357 }, { "start": 831684387, "stop": 831687327 }, { "start": 831689757, "stop": 831689847 }, { "start": 831690029, "stop": 831690149 }, { "start": 831690296, "stop": 831690356 }, { "start": 831690877, "stop": 831692137 }, { "start": 831692287, "stop": 831694297 }, { "start": 831694908, "stop": 831696468 }, { "start": 831697085, "stop": 831697925 }, { "start": 831698076, "stop": 831698226 }, { "start": 831699057, "stop": 831699297 }, { "start": 831700801, "stop": 831704941 }, { "start": 831708202, "stop": 831708502 }, { "start": 831708652, "stop": 831708862 }, { "start": 831709035, "stop": 831711465 }, { "start": 831711495, "stop": 831712245 } ] }