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=5073
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=5074",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5072",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5073,
    "results": [
        {
            "start": 874622666,
            "stop": 874622702
        },
        {
            "start": 874622721,
            "stop": 874622745
        },
        {
            "start": 874622767,
            "stop": 874622768
        },
        {
            "start": 874622787,
            "stop": 874622796
        },
        {
            "start": 874625680,
            "stop": 874625956
        },
        {
            "start": 874625973,
            "stop": 874628191
        },
        {
            "start": 874628210,
            "stop": 874628700
        },
        {
            "start": 874628719,
            "stop": 874628812
        },
        {
            "start": 874628833,
            "stop": 874628903
        },
        {
            "start": 874628922,
            "stop": 874628967
        },
        {
            "start": 874629002,
            "stop": 874629029
        },
        {
            "start": 874629064,
            "stop": 874629084
        },
        {
            "start": 874629103,
            "stop": 874629171
        },
        {
            "start": 874629190,
            "stop": 874629332
        },
        {
            "start": 874629351,
            "stop": 874629369
        },
        {
            "start": 874629401,
            "stop": 874629444
        },
        {
            "start": 874629463,
            "stop": 874629518
        },
        {
            "start": 874629537,
            "stop": 874629567
        },
        {
            "start": 874629587,
            "stop": 874629661
        },
        {
            "start": 874629683,
            "stop": 874629710
        }
    ]
}