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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=102",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 103,
    "results": [
        {
            "start": 931661117,
            "stop": 931661685
        },
        {
            "start": 931661705,
            "stop": 931661714
        },
        {
            "start": 931661719,
            "stop": 931661837
        },
        {
            "start": 931661855,
            "stop": 931662015
        },
        {
            "start": 931662375,
            "stop": 931662471
        },
        {
            "start": 931662489,
            "stop": 931662669
        },
        {
            "start": 931662687,
            "stop": 931662719
        },
        {
            "start": 931662746,
            "stop": 931662754
        },
        {
            "start": 931662771,
            "stop": 931663055
        },
        {
            "start": 931663073,
            "stop": 931663090
        },
        {
            "start": 931664128,
            "stop": 931664342
        },
        {
            "start": 931664344,
            "stop": 931664353
        },
        {
            "start": 931664357,
            "stop": 931665615
        },
        {
            "start": 931665975,
            "stop": 931665977
        },
        {
            "start": 931665979,
            "stop": 931666331
        },
        {
            "start": 931667306,
            "stop": 931667387
        },
        {
            "start": 931667390,
            "stop": 931668194
        },
        {
            "start": 931668196,
            "stop": 931669215
        },
        {
            "start": 931669575,
            "stop": 931670627
        },
        {
            "start": 931670630,
            "stop": 931670643
        }
    ]
}