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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=76",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 77,
    "results": [
        {
            "start": 818832578,
            "stop": 818839825
        },
        {
            "start": 818839828,
            "stop": 818844177
        },
        {
            "start": 818844180,
            "stop": 818844682
        },
        {
            "start": 818844686,
            "stop": 818846703
        },
        {
            "start": 818846706,
            "stop": 818848750
        },
        {
            "start": 818848753,
            "stop": 818857417
        },
        {
            "start": 818857420,
            "stop": 818860136
        },
        {
            "start": 818862107,
            "stop": 818867482
        },
        {
            "start": 818867486,
            "stop": 818872449
        },
        {
            "start": 818872452,
            "stop": 818875790
        },
        {
            "start": 818875793,
            "stop": 818878298
        },
        {
            "start": 818880188,
            "stop": 818880244
        },
        {
            "start": 818880247,
            "stop": 818883193
        },
        {
            "start": 818883464,
            "stop": 818885293
        },
        {
            "start": 818886084,
            "stop": 818888178
        },
        {
            "start": 818888966,
            "stop": 818893877
        },
        {
            "start": 818894582,
            "stop": 818900554
        },
        {
            "start": 818900558,
            "stop": 818901373
        },
        {
            "start": 818902910,
            "stop": 818903396
        },
        {
            "start": 818903413,
            "stop": 818911813
        }
    ]
}