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_CAT1/segments?format=api&page=132
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=131",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 132,
    "results": [
        {
            "start": 851993881,
            "stop": 852019255
        },
        {
            "start": 852023416,
            "stop": 852047806
        },
        {
            "start": 852048872,
            "stop": 852051487
        },
        {
            "start": 852056064,
            "stop": 852065987
        },
        {
            "start": 852066619,
            "stop": 852067787
        },
        {
            "start": 852069950,
            "stop": 852070054
        },
        {
            "start": 852099630,
            "stop": 852102159
        },
        {
            "start": 852138587,
            "stop": 852139993
        },
        {
            "start": 852140161,
            "stop": 852144755
        },
        {
            "start": 852144856,
            "stop": 852146847
        },
        {
            "start": 852147010,
            "stop": 852149522
        },
        {
            "start": 852155097,
            "stop": 852212490
        },
        {
            "start": 852246896,
            "stop": 852313037
        },
        {
            "start": 852313326,
            "stop": 852320588
        },
        {
            "start": 852320823,
            "stop": 852323455
        },
        {
            "start": 852324494,
            "stop": 852325466
        },
        {
            "start": 852326460,
            "stop": 852393164
        },
        {
            "start": 852414474,
            "stop": 852414599
        },
        {
            "start": 852414627,
            "stop": 852414691
        },
        {
            "start": 852415212,
            "stop": 852415358
        }
    ]
}