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_CAT3/segments?format=api&page=339
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=340",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=338",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 339,
    "results": [
        {
            "start": 821331974,
            "stop": 821332030
        },
        {
            "start": 821332049,
            "stop": 821332062
        },
        {
            "start": 821332081,
            "stop": 821332100
        },
        {
            "start": 821332119,
            "stop": 821332266
        },
        {
            "start": 821332298,
            "stop": 821332329
        },
        {
            "start": 821332332,
            "stop": 821332334
        },
        {
            "start": 821332355,
            "stop": 821332447
        },
        {
            "start": 821332487,
            "stop": 821332595
        },
        {
            "start": 821332614,
            "stop": 821332741
        },
        {
            "start": 821332786,
            "stop": 821332787
        },
        {
            "start": 821332806,
            "stop": 821332828
        },
        {
            "start": 821332831,
            "stop": 821332895
        },
        {
            "start": 821332914,
            "stop": 821332954
        },
        {
            "start": 821332973,
            "stop": 821333083
        },
        {
            "start": 821333086,
            "stop": 821333105
        },
        {
            "start": 821333124,
            "stop": 821333138
        },
        {
            "start": 821333157,
            "stop": 821333192
        },
        {
            "start": 821333195,
            "stop": 821333250
        },
        {
            "start": 821333253,
            "stop": 821333335
        },
        {
            "start": 821333354,
            "stop": 821333368
        }
    ]
}