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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=868",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=866",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 867,
    "results": [
        {
            "start": 873539350,
            "stop": 873539357
        },
        {
            "start": 873539362,
            "stop": 873539368
        },
        {
            "start": 873539372,
            "stop": 873539379
        },
        {
            "start": 873539383,
            "stop": 873539390
        },
        {
            "start": 873539394,
            "stop": 873539400
        },
        {
            "start": 873539405,
            "stop": 873539412
        },
        {
            "start": 873539416,
            "stop": 873539422
        },
        {
            "start": 873539427,
            "stop": 873539433
        },
        {
            "start": 873539438,
            "stop": 873539441
        },
        {
            "start": 873539449,
            "stop": 873539456
        },
        {
            "start": 873539461,
            "stop": 873539469
        },
        {
            "start": 873539474,
            "stop": 873539480
        },
        {
            "start": 873539484,
            "stop": 873539491
        },
        {
            "start": 873539495,
            "stop": 873539500
        },
        {
            "start": 873539505,
            "stop": 873539512
        },
        {
            "start": 873539516,
            "stop": 873539523
        },
        {
            "start": 873539527,
            "stop": 873539545
        },
        {
            "start": 873539549,
            "stop": 873539555
        },
        {
            "start": 873539559,
            "stop": 873539563
        },
        {
            "start": 873539571,
            "stop": 873539579
        }
    ]
}