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_H1L1/segments?format=api&page=183
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=184", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=182", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 183, "results": [ { "start": 826175439, "stop": 826175859 }, { "start": 826176295, "stop": 826176415 }, { "start": 826198946, "stop": 826199246 }, { "start": 826199427, "stop": 826199787 }, { "start": 826200139, "stop": 826200319 }, { "start": 826200640, "stop": 826200760 }, { "start": 826200904, "stop": 826201084 }, { "start": 826201228, "stop": 826201348 }, { "start": 826201502, "stop": 826201562 }, { "start": 826201938, "stop": 826202298 }, { "start": 826202662, "stop": 826202782 }, { "start": 826202949, "stop": 826203069 }, { "start": 826203713, "stop": 826204193 }, { "start": 826204366, "stop": 826204486 }, { "start": 826205267, "stop": 826205447 }, { "start": 826205773, "stop": 826206133 }, { "start": 826206303, "stop": 826206603 }, { "start": 826209439, "stop": 826209559 }, { "start": 826209744, "stop": 826209804 }, { "start": 826246171, "stop": 826246231 } ] }