Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3804
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=3805",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3803",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3804,
    "results": [
        {
            "start": 873255233,
            "stop": 873255252
        },
        {
            "start": 873255255,
            "stop": 873255342
        },
        {
            "start": 873255345,
            "stop": 873255346
        },
        {
            "start": 873255350,
            "stop": 873255362
        },
        {
            "start": 873255365,
            "stop": 873255691
        },
        {
            "start": 873255694,
            "stop": 873256046
        },
        {
            "start": 873256049,
            "stop": 873256904
        },
        {
            "start": 873256907,
            "stop": 873256908
        },
        {
            "start": 873256911,
            "stop": 873256916
        },
        {
            "start": 873256919,
            "stop": 873257109
        },
        {
            "start": 873257112,
            "stop": 873257342
        },
        {
            "start": 873257345,
            "stop": 873257346
        },
        {
            "start": 873257352,
            "stop": 873257361
        },
        {
            "start": 873257364,
            "stop": 873257405
        },
        {
            "start": 873257408,
            "stop": 873257458
        },
        {
            "start": 873257461,
            "stop": 873264349
        },
        {
            "start": 873264595,
            "stop": 873269869
        },
        {
            "start": 873269872,
            "stop": 873274128
        },
        {
            "start": 873275265,
            "stop": 873276876
        },
        {
            "start": 873276879,
            "stop": 873276993
        }
    ]
}