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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2287",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2285",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2286,
    "results": [
        {
            "start": 873813390,
            "stop": 873813721
        },
        {
            "start": 873813740,
            "stop": 873813858
        },
        {
            "start": 873813875,
            "stop": 873813925
        },
        {
            "start": 873813944,
            "stop": 873813995
        },
        {
            "start": 873814014,
            "stop": 873814015
        },
        {
            "start": 873814048,
            "stop": 873814123
        },
        {
            "start": 873814142,
            "stop": 873814179
        },
        {
            "start": 873814198,
            "stop": 873814334
        },
        {
            "start": 873814632,
            "stop": 873814832
        },
        {
            "start": 873814864,
            "stop": 873814948
        },
        {
            "start": 873815040,
            "stop": 873815317
        },
        {
            "start": 873815334,
            "stop": 873816210
        },
        {
            "start": 873816227,
            "stop": 873816900
        },
        {
            "start": 873816960,
            "stop": 873817085
        },
        {
            "start": 873817090,
            "stop": 873817352
        },
        {
            "start": 873817369,
            "stop": 873817430
        },
        {
            "start": 873817449,
            "stop": 873817593
        },
        {
            "start": 873817615,
            "stop": 873819124
        },
        {
            "start": 873819141,
            "stop": 873819172
        },
        {
            "start": 873819189,
            "stop": 873819335
        }
    ]
}