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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=259",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=257",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 258,
    "results": [
        {
            "start": 1174204373,
            "stop": 1174205351
        },
        {
            "start": 1174205353,
            "stop": 1174206745
        },
        {
            "start": 1174206747,
            "stop": 1174207957
        },
        {
            "start": 1174207959,
            "stop": 1174208967
        },
        {
            "start": 1174208969,
            "stop": 1174209692
        },
        {
            "start": 1174209694,
            "stop": 1174210773
        },
        {
            "start": 1174210775,
            "stop": 1174212129
        },
        {
            "start": 1174212131,
            "stop": 1174213624
        },
        {
            "start": 1174213626,
            "stop": 1174214897
        },
        {
            "start": 1174214899,
            "stop": 1174216177
        },
        {
            "start": 1174216179,
            "stop": 1174217450
        },
        {
            "start": 1174217452,
            "stop": 1174218950
        },
        {
            "start": 1174218952,
            "stop": 1174220313
        },
        {
            "start": 1174220315,
            "stop": 1174221654
        },
        {
            "start": 1174221656,
            "stop": 1174222920
        },
        {
            "start": 1174222922,
            "stop": 1174223762
        },
        {
            "start": 1174223766,
            "stop": 1174224067
        },
        {
            "start": 1174224069,
            "stop": 1174225385
        },
        {
            "start": 1174225387,
            "stop": 1174226702
        },
        {
            "start": 1174226704,
            "stop": 1174227795
        }
    ]
}