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=3984
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=3985",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3983",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3984,
    "results": [
        {
            "start": 874566360,
            "stop": 874566487
        },
        {
            "start": 874566490,
            "stop": 874566502
        },
        {
            "start": 874566505,
            "stop": 874566936
        },
        {
            "start": 874566939,
            "stop": 874566955
        },
        {
            "start": 874566958,
            "stop": 874566960
        },
        {
            "start": 874566963,
            "stop": 874567042
        },
        {
            "start": 874567045,
            "stop": 874567345
        },
        {
            "start": 874567348,
            "stop": 874567350
        },
        {
            "start": 874567353,
            "stop": 874567363
        },
        {
            "start": 874567366,
            "stop": 874567367
        },
        {
            "start": 874567370,
            "stop": 874567375
        },
        {
            "start": 874567378,
            "stop": 874567642
        },
        {
            "start": 874567645,
            "stop": 874567674
        },
        {
            "start": 874567678,
            "stop": 874567926
        },
        {
            "start": 874567929,
            "stop": 874568323
        },
        {
            "start": 874568422,
            "stop": 874568669
        },
        {
            "start": 874568672,
            "stop": 874568793
        },
        {
            "start": 874568796,
            "stop": 874569046
        },
        {
            "start": 874569049,
            "stop": 874569425
        },
        {
            "start": 874569428,
            "stop": 874569825
        }
    ]
}