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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3806",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3804",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3805,
    "results": [
        {
            "start": 873276996,
            "stop": 873277117
        },
        {
            "start": 873277121,
            "stop": 873277176
        },
        {
            "start": 873277179,
            "stop": 873277544
        },
        {
            "start": 873277547,
            "stop": 873277548
        },
        {
            "start": 873277551,
            "stop": 873277605
        },
        {
            "start": 873277608,
            "stop": 873277652
        },
        {
            "start": 873277655,
            "stop": 873277666
        },
        {
            "start": 873277669,
            "stop": 873279320
        },
        {
            "start": 873279323,
            "stop": 873279343
        },
        {
            "start": 873279346,
            "stop": 873279348
        },
        {
            "start": 873279352,
            "stop": 873279358
        },
        {
            "start": 873279361,
            "stop": 873279379
        },
        {
            "start": 873279383,
            "stop": 873279385
        },
        {
            "start": 873279388,
            "stop": 873279419
        },
        {
            "start": 873279422,
            "stop": 873279654
        },
        {
            "start": 873279659,
            "stop": 873279824
        },
        {
            "start": 873279827,
            "stop": 873279884
        },
        {
            "start": 873279890,
            "stop": 873279900
        },
        {
            "start": 873279903,
            "stop": 873280452
        },
        {
            "start": 873280458,
            "stop": 873281216
        }
    ]
}