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=257
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=258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=256",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 257,
    "results": [
        {
            "start": 821571205,
            "stop": 821571207
        },
        {
            "start": 821571211,
            "stop": 821571231
        },
        {
            "start": 821571234,
            "stop": 821571313
        },
        {
            "start": 821571316,
            "stop": 821571320
        },
        {
            "start": 821571324,
            "stop": 821571484
        },
        {
            "start": 821571488,
            "stop": 821571616
        },
        {
            "start": 821571619,
            "stop": 821571638
        },
        {
            "start": 821571641,
            "stop": 821571643
        },
        {
            "start": 821571646,
            "stop": 821571736
        },
        {
            "start": 821571739,
            "stop": 821571741
        },
        {
            "start": 821571746,
            "stop": 821571800
        },
        {
            "start": 821571803,
            "stop": 821572013
        },
        {
            "start": 821572016,
            "stop": 821572019
        },
        {
            "start": 821572022,
            "stop": 821572248
        },
        {
            "start": 821572252,
            "stop": 821572284
        },
        {
            "start": 821572287,
            "stop": 821572290
        },
        {
            "start": 821572293,
            "stop": 821572345
        },
        {
            "start": 821572348,
            "stop": 821572409
        },
        {
            "start": 821572413,
            "stop": 821572455
        },
        {
            "start": 821572458,
            "stop": 821572482
        }
    ]
}