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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=94",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 95,
    "results": [
        {
            "start": 931661719,
            "stop": 931661837
        },
        {
            "start": 931661855,
            "stop": 931662015
        },
        {
            "start": 931662375,
            "stop": 931662471
        },
        {
            "start": 931662489,
            "stop": 931662556
        },
        {
            "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": 931666226
        },
        {
            "start": 931667306,
            "stop": 931667387
        },
        {
            "start": 931667390,
            "stop": 931668194
        },
        {
            "start": 931668196,
            "stop": 931669215
        },
        {
            "start": 931669575,
            "stop": 931670627
        },
        {
            "start": 931670630,
            "stop": 931670643
        },
        {
            "start": 931670645,
            "stop": 931670658
        },
        {
            "start": 931670660,
            "stop": 931670673
        }
    ]
}