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=268
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=269",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=267",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 268,
    "results": [
        {
            "start": 1174481886,
            "stop": 1174482942
        },
        {
            "start": 1174482944,
            "stop": 1174483687
        },
        {
            "start": 1174483689,
            "stop": 1174484831
        },
        {
            "start": 1174484833,
            "stop": 1174484876
        },
        {
            "start": 1174484878,
            "stop": 1174484915
        },
        {
            "start": 1174484917,
            "stop": 1174485719
        },
        {
            "start": 1174485721,
            "stop": 1174485752
        },
        {
            "start": 1174485754,
            "stop": 1174485818
        },
        {
            "start": 1174485820,
            "stop": 1174485871
        },
        {
            "start": 1174485873,
            "stop": 1174485987
        },
        {
            "start": 1174485989,
            "stop": 1174486491
        },
        {
            "start": 1174486493,
            "stop": 1174486667
        },
        {
            "start": 1174486669,
            "stop": 1174486904
        },
        {
            "start": 1174486906,
            "stop": 1174487063
        },
        {
            "start": 1174487065,
            "stop": 1174487240
        },
        {
            "start": 1174487242,
            "stop": 1174487439
        },
        {
            "start": 1174487441,
            "stop": 1174487833
        },
        {
            "start": 1174487835,
            "stop": 1174488352
        },
        {
            "start": 1174488354,
            "stop": 1174488890
        },
        {
            "start": 1174488894,
            "stop": 1174489638
        }
    ]
}