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=869
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=870", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=868", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 869, "results": [ { "start": 865665065, "stop": 865668275 }, { "start": 865671504, "stop": 865682064 }, { "start": 865682639, "stop": 865683239 }, { "start": 865683447, "stop": 865684107 }, { "start": 865685259, "stop": 865685319 }, { "start": 865686633, "stop": 865687473 }, { "start": 865690537, "stop": 865692037 }, { "start": 865692449, "stop": 865693709 }, { "start": 865724764, "stop": 865725004 }, { "start": 865725180, "stop": 865725780 }, { "start": 865726006, "stop": 865736386 }, { "start": 865739995, "stop": 865743235 }, { "start": 865748792, "stop": 865757192 }, { "start": 865759753, "stop": 865765423 }, { "start": 865765573, "stop": 865768813 }, { "start": 865768979, "stop": 865770659 }, { "start": 865773473, "stop": 865773533 }, { "start": 865773811, "stop": 865774711 }, { "start": 865774867, "stop": 865775467 }, { "start": 865775611, "stop": 865776691 } ] }