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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=234",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=232",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 233,
    "results": [
        {
            "start": 821675823,
            "stop": 821675843
        },
        {
            "start": 821675846,
            "stop": 821675866
        },
        {
            "start": 821675869,
            "stop": 821675946
        },
        {
            "start": 821675950,
            "stop": 821675958
        },
        {
            "start": 821675961,
            "stop": 821675991
        },
        {
            "start": 821675994,
            "stop": 821676051
        },
        {
            "start": 821676054,
            "stop": 821676064
        },
        {
            "start": 821676067,
            "stop": 821676070
        },
        {
            "start": 821676073,
            "stop": 821676075
        },
        {
            "start": 821676078,
            "stop": 821676097
        },
        {
            "start": 821676101,
            "stop": 821676102
        },
        {
            "start": 821676105,
            "stop": 821676115
        },
        {
            "start": 821676120,
            "stop": 821676129
        },
        {
            "start": 821676132,
            "stop": 821676135
        },
        {
            "start": 821676138,
            "stop": 821676139
        },
        {
            "start": 821676142,
            "stop": 821676157
        },
        {
            "start": 821676164,
            "stop": 821676165
        },
        {
            "start": 821676168,
            "stop": 821676181
        },
        {
            "start": 821676184,
            "stop": 821676191
        },
        {
            "start": 821676194,
            "stop": 821676204
        }
    ]
}