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=94
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=95",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=93",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 94,
    "results": [
        {
            "start": 816675056,
            "stop": 816675162
        },
        {
            "start": 816675191,
            "stop": 816675222
        },
        {
            "start": 816675251,
            "stop": 816675297
        },
        {
            "start": 816675300,
            "stop": 816675304
        },
        {
            "start": 816675338,
            "stop": 816675404
        },
        {
            "start": 816675408,
            "stop": 816675428
        },
        {
            "start": 816675432,
            "stop": 816675436
        },
        {
            "start": 816675465,
            "stop": 816675468
        },
        {
            "start": 816675472,
            "stop": 816675475
        },
        {
            "start": 816675508,
            "stop": 816675548
        },
        {
            "start": 816675553,
            "stop": 816675557
        },
        {
            "start": 816675586,
            "stop": 816675593
        },
        {
            "start": 816675596,
            "stop": 816675700
        },
        {
            "start": 816675729,
            "stop": 816675780
        },
        {
            "start": 816675809,
            "stop": 816675817
        },
        {
            "start": 816675847,
            "stop": 816675852
        },
        {
            "start": 816676673,
            "stop": 816676681
        },
        {
            "start": 816676712,
            "stop": 816676741
        },
        {
            "start": 816676748,
            "stop": 816676771
        },
        {
            "start": 816676781,
            "stop": 816676782
        }
    ]
}