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/H2_STOCH_CAT1/segments?format=api&page=164
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=165", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=163", "results_count": 6551, "results_per_page": 20, "num_pages": 328, "page_number": 164, "results": [ { "start": 839311186, "stop": 839337913 }, { "start": 839338799, "stop": 839342211 }, { "start": 839344887, "stop": 839347333 }, { "start": 839349098, "stop": 839361778 }, { "start": 839361864, "stop": 839361983 }, { "start": 839363863, "stop": 839371026 }, { "start": 839371705, "stop": 839375317 }, { "start": 839375319, "stop": 839443926 }, { "start": 839443927, "stop": 839512083 }, { "start": 839512085, "stop": 839564653 }, { "start": 839567486, "stop": 839596766 }, { "start": 839596771, "stop": 839596801 }, { "start": 839596802, "stop": 839606214 }, { "start": 839606712, "stop": 839618622 }, { "start": 839619435, "stop": 839626453 }, { "start": 839627154, "stop": 839627164 }, { "start": 839627180, "stop": 839629316 }, { "start": 839629322, "stop": 839629570 }, { "start": 839630413, "stop": 839630653 }, { "start": 839631396, "stop": 839680393 } ] }