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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=316",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=314",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 315,
    "results": [
        {
            "start": 821043932,
            "stop": 821043935
        },
        {
            "start": 821043938,
            "stop": 821043939
        },
        {
            "start": 821043943,
            "stop": 821043946
        },
        {
            "start": 821043950,
            "stop": 821043953
        },
        {
            "start": 821043962,
            "stop": 821043983
        },
        {
            "start": 821043991,
            "stop": 821043997
        },
        {
            "start": 821044011,
            "stop": 821044036
        },
        {
            "start": 821044040,
            "stop": 821044048
        },
        {
            "start": 821044057,
            "stop": 821044077
        },
        {
            "start": 821044165,
            "stop": 821044171
        },
        {
            "start": 821044179,
            "stop": 821044214
        },
        {
            "start": 821044218,
            "stop": 821044224
        },
        {
            "start": 821044228,
            "stop": 821044230
        },
        {
            "start": 821044321,
            "stop": 821044327
        },
        {
            "start": 821044335,
            "stop": 821044346
        },
        {
            "start": 821044365,
            "stop": 821044371
        },
        {
            "start": 821044374,
            "stop": 821044380
        },
        {
            "start": 821044388,
            "stop": 821044419
        },
        {
            "start": 821044423,
            "stop": 821044424
        },
        {
            "start": 821044605,
            "stop": 821044613
        }
    ]
}