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=237
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=238",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=236",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 237,
    "results": [
        {
            "start": 821677335,
            "stop": 821677345
        },
        {
            "start": 821677348,
            "stop": 821677351
        },
        {
            "start": 821677354,
            "stop": 821677356
        },
        {
            "start": 821677359,
            "stop": 821677361
        },
        {
            "start": 821677364,
            "stop": 821677369
        },
        {
            "start": 821677372,
            "stop": 821677382
        },
        {
            "start": 821677390,
            "stop": 821677400
        },
        {
            "start": 821677403,
            "stop": 821677405
        },
        {
            "start": 821677408,
            "stop": 821677411
        },
        {
            "start": 821677414,
            "stop": 821677431
        },
        {
            "start": 821677439,
            "stop": 821677440
        },
        {
            "start": 821677446,
            "stop": 821677450
        },
        {
            "start": 821677455,
            "stop": 821677456
        },
        {
            "start": 821677460,
            "stop": 821677461
        },
        {
            "start": 821677465,
            "stop": 821677466
        },
        {
            "start": 821677474,
            "stop": 821677509
        },
        {
            "start": 821677512,
            "stop": 821677524
        },
        {
            "start": 821677536,
            "stop": 821677538
        },
        {
            "start": 821677541,
            "stop": 821677551
        },
        {
            "start": 821677554,
            "stop": 821677558
        }
    ]
}