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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=252",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 253,
    "results": [
        {
            "start": 820446005,
            "stop": 820446102
        },
        {
            "start": 820446105,
            "stop": 820446135
        },
        {
            "start": 820446138,
            "stop": 820446489
        },
        {
            "start": 820446492,
            "stop": 820446584
        },
        {
            "start": 820446601,
            "stop": 820446610
        },
        {
            "start": 820446613,
            "stop": 820446927
        },
        {
            "start": 820446944,
            "stop": 820446971
        },
        {
            "start": 820446975,
            "stop": 820447320
        },
        {
            "start": 820447380,
            "stop": 820447409
        },
        {
            "start": 820447413,
            "stop": 820447920
        },
        {
            "start": 820447984,
            "stop": 820448130
        },
        {
            "start": 820448133,
            "stop": 820448178
        },
        {
            "start": 820448182,
            "stop": 820448220
        },
        {
            "start": 820448280,
            "stop": 820448286
        },
        {
            "start": 820448289,
            "stop": 820448446
        },
        {
            "start": 820448580,
            "stop": 820448836
        },
        {
            "start": 820448839,
            "stop": 820448857
        },
        {
            "start": 820448860,
            "stop": 820449446
        },
        {
            "start": 820449450,
            "stop": 820449645
        },
        {
            "start": 820449648,
            "stop": 820449670
        }
    ]
}