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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=89",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 90,
    "results": [
        {
            "start": 932078957,
            "stop": 932078960
        },
        {
            "start": 932078964,
            "stop": 932078965
        },
        {
            "start": 932078966,
            "stop": 932078975
        },
        {
            "start": 932078977,
            "stop": 932078980
        },
        {
            "start": 932078981,
            "stop": 932078989
        },
        {
            "start": 932078991,
            "stop": 932078994
        },
        {
            "start": 932078996,
            "stop": 932079002
        },
        {
            "start": 932079004,
            "stop": 932079010
        },
        {
            "start": 932079011,
            "stop": 932079030
        },
        {
            "start": 932079031,
            "stop": 932079059
        },
        {
            "start": 932079060,
            "stop": 932079061
        },
        {
            "start": 932079062,
            "stop": 932079074
        },
        {
            "start": 932079078,
            "stop": 932079079
        },
        {
            "start": 932079080,
            "stop": 932079110
        },
        {
            "start": 932079111,
            "stop": 932079120
        },
        {
            "start": 932079138,
            "stop": 932079193
        },
        {
            "start": 932079195,
            "stop": 932079218
        },
        {
            "start": 932079219,
            "stop": 932079258
        },
        {
            "start": 932079259,
            "stop": 932079284
        },
        {
            "start": 932079287,
            "stop": 932079304
        }
    ]
}