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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9996",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9994",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9995,
    "results": [
        {
            "start": 872177202,
            "stop": 872177215
        },
        {
            "start": 872177251,
            "stop": 872177280
        },
        {
            "start": 872177509,
            "stop": 872177537
        },
        {
            "start": 872177598,
            "stop": 872177871
        },
        {
            "start": 872177888,
            "stop": 872178217
        },
        {
            "start": 872178253,
            "stop": 872178524
        },
        {
            "start": 872178560,
            "stop": 872178636
        },
        {
            "start": 872178685,
            "stop": 872179245
        },
        {
            "start": 872179281,
            "stop": 872179417
        },
        {
            "start": 872179454,
            "stop": 872179507
        },
        {
            "start": 872179543,
            "stop": 872179650
        },
        {
            "start": 872179793,
            "stop": 872180454
        },
        {
            "start": 872180493,
            "stop": 872180655
        },
        {
            "start": 872180691,
            "stop": 872180932
        },
        {
            "start": 872180968,
            "stop": 872181176
        },
        {
            "start": 872181275,
            "stop": 872181985
        },
        {
            "start": 872182039,
            "stop": 872182086
        },
        {
            "start": 872182122,
            "stop": 872182233
        },
        {
            "start": 872182269,
            "stop": 872182384
        },
        {
            "start": 872182504,
            "stop": 872182552
        }
    ]
}