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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4898",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4896",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4897,
    "results": [
        {
            "start": 874252556,
            "stop": 874252570
        },
        {
            "start": 874252589,
            "stop": 874252600
        },
        {
            "start": 874252625,
            "stop": 874252638
        },
        {
            "start": 874252704,
            "stop": 874252725
        },
        {
            "start": 874252763,
            "stop": 874252820
        },
        {
            "start": 874252839,
            "stop": 874252907
        },
        {
            "start": 874252926,
            "stop": 874253009
        },
        {
            "start": 874253030,
            "stop": 874253075
        },
        {
            "start": 874253094,
            "stop": 874253097
        },
        {
            "start": 874253116,
            "stop": 874253180
        },
        {
            "start": 874253199,
            "stop": 874253202
        },
        {
            "start": 874253222,
            "stop": 874253248
        },
        {
            "start": 874253267,
            "stop": 874253296
        },
        {
            "start": 874253327,
            "stop": 874253336
        },
        {
            "start": 874253355,
            "stop": 874253382
        },
        {
            "start": 874253409,
            "stop": 874253427
        },
        {
            "start": 874253446,
            "stop": 874253498
        },
        {
            "start": 874253517,
            "stop": 874253524
        },
        {
            "start": 874253543,
            "stop": 874253607
        },
        {
            "start": 874253630,
            "stop": 874253683
        }
    ]
}