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=341
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=342", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=340", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 341, "results": [ { "start": 834359213, "stop": 834359813 }, { "start": 834360164, "stop": 834360284 }, { "start": 834360469, "stop": 834360529 }, { "start": 834360687, "stop": 834360747 }, { "start": 834360892, "stop": 834361132 }, { "start": 834361385, "stop": 834361565 }, { "start": 834361740, "stop": 834372240 }, { "start": 834372457, "stop": 834376177 }, { "start": 834376336, "stop": 834380416 }, { "start": 834380566, "stop": 834385096 }, { "start": 834385339, "stop": 834385459 }, { "start": 834385844, "stop": 834389264 }, { "start": 834389403, "stop": 834390063 }, { "start": 834398053, "stop": 834398293 }, { "start": 834398427, "stop": 834403287 }, { "start": 834403438, "stop": 834404878 }, { "start": 834405038, "stop": 834405758 }, { "start": 834405990, "stop": 834409590 }, { "start": 834409844, "stop": 834410324 }, { "start": 834410853, "stop": 834411273 } ] }