Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2103
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2102",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2103,
    "results": [
        {
            "start": 865131601,
            "stop": 865134178
        },
        {
            "start": 865134288,
            "stop": 865135720
        },
        {
            "start": 865136020,
            "stop": 865140480
        },
        {
            "start": 865140540,
            "stop": 865163824
        },
        {
            "start": 865163826,
            "stop": 865172559
        },
        {
            "start": 865172562,
            "stop": 865172567
        },
        {
            "start": 865172570,
            "stop": 865172571
        },
        {
            "start": 865172774,
            "stop": 865175767
        },
        {
            "start": 865175773,
            "stop": 865176230
        },
        {
            "start": 865176235,
            "stop": 865176250
        },
        {
            "start": 865176255,
            "stop": 865177800
        },
        {
            "start": 865177860,
            "stop": 865177871
        },
        {
            "start": 865177875,
            "stop": 865177879
        },
        {
            "start": 865177882,
            "stop": 865180040
        },
        {
            "start": 865180045,
            "stop": 865180055
        },
        {
            "start": 865180062,
            "stop": 865180065
        },
        {
            "start": 865180073,
            "stop": 865180087
        },
        {
            "start": 865180093,
            "stop": 865181809
        },
        {
            "start": 865181919,
            "stop": 865182126
        },
        {
            "start": 865182426,
            "stop": 865183290
        }
    ]
}