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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4643",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4641",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4642,
    "results": [
        {
            "start": 874252763,
            "stop": 874252820
        },
        {
            "start": 874252839,
            "stop": 874252907
        },
        {
            "start": 874252926,
            "stop": 874252994
        },
        {
            "start": 874253116,
            "stop": 874253180
        },
        {
            "start": 874253199,
            "stop": 874253202
        },
        {
            "start": 874253222,
            "stop": 874253248
        },
        {
            "start": 874253267,
            "stop": 874253280
        },
        {
            "start": 874253355,
            "stop": 874253382
        },
        {
            "start": 874253409,
            "stop": 874253427
        },
        {
            "start": 874253446,
            "stop": 874253498
        },
        {
            "start": 874253517,
            "stop": 874253524
        },
        {
            "start": 874253543,
            "stop": 874253607
        },
        {
            "start": 874253630,
            "stop": 874253683
        },
        {
            "start": 874253702,
            "stop": 874253723
        },
        {
            "start": 874253742,
            "stop": 874253796
        },
        {
            "start": 874253821,
            "stop": 874253829
        },
        {
            "start": 874253853,
            "stop": 874253876
        },
        {
            "start": 874253895,
            "stop": 874253917
        },
        {
            "start": 874253936,
            "stop": 874253947
        },
        {
            "start": 874253980,
            "stop": 874254027
        }
    ]
}