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=632
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=633", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=631", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 632, "results": [ { "start": 850987740, "stop": 850987800 }, { "start": 850987860, "stop": 850988280 }, { "start": 850988430, "stop": 850988490 }, { "start": 850988580, "stop": 850988640 }, { "start": 850988670, "stop": 850989180 }, { "start": 850989330, "stop": 850992420 }, { "start": 850992556, "stop": 850993366 }, { "start": 850993396, "stop": 851001676 }, { "start": 851001810, "stop": 851003130 }, { "start": 851005892, "stop": 851007302 }, { "start": 851007362, "stop": 851020772 }, { "start": 851021093, "stop": 851021213 }, { "start": 851022881, "stop": 851026691 }, { "start": 851026841, "stop": 851027501 }, { "start": 851027688, "stop": 851027808 }, { "start": 851027944, "stop": 851029804 }, { "start": 851029939, "stop": 851031979 }, { "start": 851032164, "stop": 851033004 }, { "start": 851034656, "stop": 851038076 }, { "start": 851038411, "stop": 851038771 } ] }