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=326
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=327", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=325", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 326, "results": [ { "start": 833635326, "stop": 833636286 }, { "start": 833636500, "stop": 833636920 }, { "start": 833637089, "stop": 833637209 }, { "start": 833637595, "stop": 833639095 }, { "start": 833639445, "stop": 833639685 }, { "start": 833672910, "stop": 833673030 }, { "start": 833673162, "stop": 833673342 }, { "start": 833673513, "stop": 833674293 }, { "start": 833674474, "stop": 833675074 }, { "start": 833676114, "stop": 833681754 }, { "start": 833683112, "stop": 833683412 }, { "start": 833683564, "stop": 833687374 }, { "start": 833687524, "stop": 833688424 }, { "start": 833688567, "stop": 833689887 }, { "start": 833690037, "stop": 833694567 }, { "start": 833694717, "stop": 833697177 }, { "start": 833697327, "stop": 833703267 }, { "start": 833703415, "stop": 833703895 }, { "start": 833705285, "stop": 833712305 }, { "start": 833712529, "stop": 833714929 } ] }