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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=190",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 191,
    "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": 820447409
        },
        {
            "start": 820447413,
            "stop": 820447967
        },
        {
            "start": 820447984,
            "stop": 820448130
        },
        {
            "start": 820448133,
            "stop": 820448178
        },
        {
            "start": 820448182,
            "stop": 820448242
        },
        {
            "start": 820448259,
            "stop": 820448286
        },
        {
            "start": 820448289,
            "stop": 820448836
        },
        {
            "start": 820448839,
            "stop": 820448857
        },
        {
            "start": 820448860,
            "stop": 820449446
        },
        {
            "start": 820449450,
            "stop": 820449645
        },
        {
            "start": 820449648,
            "stop": 820449670
        },
        {
            "start": 820449674,
            "stop": 820449799
        },
        {
            "start": 820449802,
            "stop": 820449973
        }
    ]
}