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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=17",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 18,
    "results": [
        {
            "start": 816274222,
            "stop": 816274237
        },
        {
            "start": 816274266,
            "stop": 816274271
        },
        {
            "start": 816274408,
            "stop": 816274424
        },
        {
            "start": 816274487,
            "stop": 816274527
        },
        {
            "start": 816274582,
            "stop": 816274601
        },
        {
            "start": 816274664,
            "stop": 816274665
        },
        {
            "start": 816274684,
            "stop": 816274704
        },
        {
            "start": 816275091,
            "stop": 816275098
        },
        {
            "start": 816275128,
            "stop": 816275160
        },
        {
            "start": 816275187,
            "stop": 816275252
        },
        {
            "start": 816275287,
            "stop": 816275303
        },
        {
            "start": 816275346,
            "stop": 816275348
        },
        {
            "start": 816275422,
            "stop": 816275429
        },
        {
            "start": 816275460,
            "stop": 816275463
        },
        {
            "start": 816275486,
            "stop": 816275494
        },
        {
            "start": 816275497,
            "stop": 816275531
        },
        {
            "start": 816275820,
            "stop": 816275833
        },
        {
            "start": 816275859,
            "stop": 816275880
        },
        {
            "start": 816275940,
            "stop": 816275981
        },
        {
            "start": 816275984,
            "stop": 816276014
        }
    ]
}