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=621
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=622", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=620", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 621, "results": [ { "start": 850524604, "stop": 850526164 }, { "start": 850526375, "stop": 850527155 }, { "start": 850527380, "stop": 850532540 }, { "start": 850534072, "stop": 850534312 }, { "start": 850534638, "stop": 850534878 }, { "start": 850535146, "stop": 850536226 }, { "start": 850537689, "stop": 850544319 }, { "start": 850544469, "stop": 850547469 }, { "start": 850549516, "stop": 850549996 }, { "start": 850550345, "stop": 850552025 }, { "start": 850552192, "stop": 850556572 }, { "start": 850557433, "stop": 850559983 }, { "start": 850560133, "stop": 850561093 }, { "start": 850561236, "stop": 850561776 }, { "start": 850561924, "stop": 850562764 }, { "start": 850562948, "stop": 850566308 }, { "start": 850566458, "stop": 850567838 }, { "start": 850568012, "stop": 850569212 }, { "start": 850570404, "stop": 850571484 }, { "start": 850600453, "stop": 850601173 } ] }