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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5113",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5114,
    "results": [
        {
            "start": 874704382,
            "stop": 874704397
        },
        {
            "start": 874704457,
            "stop": 874704476
        },
        {
            "start": 874704526,
            "stop": 874704534
        },
        {
            "start": 874704578,
            "stop": 874704649
        },
        {
            "start": 874704689,
            "stop": 874704748
        },
        {
            "start": 874704800,
            "stop": 874704871
        },
        {
            "start": 874704891,
            "stop": 874704925
        },
        {
            "start": 874704944,
            "stop": 874704951
        },
        {
            "start": 874704970,
            "stop": 874704995
        },
        {
            "start": 874705020,
            "stop": 874705022
        },
        {
            "start": 874705055,
            "stop": 874705067
        },
        {
            "start": 874705086,
            "stop": 874705159
        },
        {
            "start": 874705179,
            "stop": 874705216
        },
        {
            "start": 874705252,
            "stop": 874705258
        },
        {
            "start": 874705292,
            "stop": 874705296
        },
        {
            "start": 874705328,
            "stop": 874705369
        },
        {
            "start": 874705389,
            "stop": 874705402
        },
        {
            "start": 874705421,
            "stop": 874705439
        },
        {
            "start": 874705482,
            "stop": 874705490
        },
        {
            "start": 874705509,
            "stop": 874705518
        }
    ]
}