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=285
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=286", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=284", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 285, "results": [ { "start": 831513514, "stop": 831514114 }, { "start": 831514276, "stop": 831516076 }, { "start": 831518425, "stop": 831518545 }, { "start": 831520615, "stop": 831520855 }, { "start": 831521005, "stop": 831523225 }, { "start": 831523362, "stop": 831523722 }, { "start": 831523917, "stop": 831524697 }, { "start": 831526060, "stop": 831526180 }, { "start": 831526346, "stop": 831527186 }, { "start": 831528367, "stop": 831529807 }, { "start": 831531883, "stop": 831532063 }, { "start": 831532197, "stop": 831535737 }, { "start": 831535895, "stop": 831536255 }, { "start": 831537266, "stop": 831538466 }, { "start": 831538626, "stop": 831539436 }, { "start": 831539526, "stop": 831540246 }, { "start": 831540276, "stop": 831540546 }, { "start": 831540719, "stop": 831542459 }, { "start": 831542631, "stop": 831543351 }, { "start": 831544086, "stop": 831545106 } ] }