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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7157",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7158,
    "results": [
        {
            "start": 875012440,
            "stop": 875012442
        },
        {
            "start": 875012445,
            "stop": 875012453
        },
        {
            "start": 875012456,
            "stop": 875012458
        },
        {
            "start": 875012469,
            "stop": 875012472
        },
        {
            "start": 875012476,
            "stop": 875012480
        },
        {
            "start": 875012490,
            "stop": 875012498
        },
        {
            "start": 875012504,
            "stop": 875012524
        },
        {
            "start": 875012527,
            "stop": 875012566
        },
        {
            "start": 875012574,
            "stop": 875012589
        },
        {
            "start": 875012592,
            "stop": 875012603
        },
        {
            "start": 875012620,
            "stop": 875012621
        },
        {
            "start": 875012624,
            "stop": 875012625
        },
        {
            "start": 875012628,
            "stop": 875012634
        },
        {
            "start": 875012637,
            "stop": 875012642
        },
        {
            "start": 875012651,
            "stop": 875012665
        },
        {
            "start": 875012669,
            "stop": 875012673
        },
        {
            "start": 875012677,
            "stop": 875012683
        },
        {
            "start": 875012686,
            "stop": 875012699
        },
        {
            "start": 875012702,
            "stop": 875012726
        },
        {
            "start": 875012729,
            "stop": 875012768
        }
    ]
}