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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=218",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 219,
    "results": [
        {
            "start": 821675767,
            "stop": 821675776
        },
        {
            "start": 821675782,
            "stop": 821675816
        },
        {
            "start": 821675819,
            "stop": 821675820
        },
        {
            "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
        }
    ]
}