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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4044",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4042",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4043,
    "results": [
        {
            "start": 875036247,
            "stop": 875042589
        },
        {
            "start": 875042592,
            "stop": 875042601
        },
        {
            "start": 875042604,
            "stop": 875042708
        },
        {
            "start": 875043985,
            "stop": 875044513
        },
        {
            "start": 875044516,
            "stop": 875046259
        },
        {
            "start": 875046262,
            "stop": 875046270
        },
        {
            "start": 875046273,
            "stop": 875046372
        },
        {
            "start": 875046375,
            "stop": 875046407
        },
        {
            "start": 875046411,
            "stop": 875046436
        },
        {
            "start": 875046439,
            "stop": 875046452
        },
        {
            "start": 875046455,
            "stop": 875046456
        },
        {
            "start": 875046459,
            "stop": 875046513
        },
        {
            "start": 875046516,
            "stop": 875046841
        },
        {
            "start": 875046844,
            "stop": 875046948
        },
        {
            "start": 875046951,
            "stop": 875046996
        },
        {
            "start": 875046999,
            "stop": 875047018
        },
        {
            "start": 875047022,
            "stop": 875047199
        },
        {
            "start": 875047202,
            "stop": 875047229
        },
        {
            "start": 875047232,
            "stop": 875047408
        },
        {
            "start": 875049043,
            "stop": 875049347
        }
    ]
}