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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2394",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2392",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2393,
    "results": [
        {
            "start": 873071530,
            "stop": 873071880
        },
        {
            "start": 873072000,
            "stop": 873072720
        },
        {
            "start": 873072900,
            "stop": 873073079
        },
        {
            "start": 873073096,
            "stop": 873074870
        },
        {
            "start": 873074950,
            "stop": 873075793
        },
        {
            "start": 873075810,
            "stop": 873077021
        },
        {
            "start": 873077038,
            "stop": 873078470
        },
        {
            "start": 873078550,
            "stop": 873080864
        },
        {
            "start": 873080881,
            "stop": 873081548
        },
        {
            "start": 873082880,
            "stop": 873083063
        },
        {
            "start": 873083070,
            "stop": 873083170
        },
        {
            "start": 873083186,
            "stop": 873083435
        },
        {
            "start": 873083444,
            "stop": 873083853
        },
        {
            "start": 873083868,
            "stop": 873083957
        },
        {
            "start": 873083965,
            "stop": 873084046
        },
        {
            "start": 873084053,
            "stop": 873084076
        },
        {
            "start": 873084084,
            "stop": 873084111
        },
        {
            "start": 873084118,
            "stop": 873084127
        },
        {
            "start": 873084137,
            "stop": 873084387
        },
        {
            "start": 873084394,
            "stop": 873084493
        }
    ]
}