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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=159",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 160,
    "results": [
        {
            "start": 931422954,
            "stop": 931422955
        },
        {
            "start": 931422957,
            "stop": 931422958
        },
        {
            "start": 931422960,
            "stop": 931422963
        },
        {
            "start": 931422966,
            "stop": 931422973
        },
        {
            "start": 931422977,
            "stop": 931422987
        },
        {
            "start": 931422989,
            "stop": 931422992
        },
        {
            "start": 931422998,
            "stop": 931423006
        },
        {
            "start": 931423008,
            "stop": 931423010
        },
        {
            "start": 931423012,
            "stop": 931423015
        },
        {
            "start": 931423018,
            "stop": 931423022
        },
        {
            "start": 931423026,
            "stop": 931423031
        },
        {
            "start": 931423033,
            "stop": 931423042
        },
        {
            "start": 931423048,
            "stop": 931423054
        },
        {
            "start": 931423058,
            "stop": 931423066
        },
        {
            "start": 931423068,
            "stop": 931423070
        },
        {
            "start": 931423073,
            "stop": 931423076
        },
        {
            "start": 931423078,
            "stop": 931423081
        },
        {
            "start": 931423083,
            "stop": 931423095
        },
        {
            "start": 931423097,
            "stop": 931423126
        },
        {
            "start": 931423128,
            "stop": 931423130
        }
    ]
}