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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3015",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3013",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3014,
    "results": [
        {
            "start": 863058061,
            "stop": 863058420
        },
        {
            "start": 863058480,
            "stop": 863059424
        },
        {
            "start": 863059605,
            "stop": 863060253
        },
        {
            "start": 863060256,
            "stop": 863072869
        },
        {
            "start": 863073225,
            "stop": 863073286
        },
        {
            "start": 863073596,
            "stop": 863074199
        },
        {
            "start": 863074499,
            "stop": 863077950
        },
        {
            "start": 863077955,
            "stop": 863091290
        },
        {
            "start": 863092149,
            "stop": 863094884
        },
        {
            "start": 863095065,
            "stop": 863110020
        },
        {
            "start": 863110140,
            "stop": 863117400
        },
        {
            "start": 863117460,
            "stop": 863117730
        },
        {
            "start": 863117790,
            "stop": 863119265
        },
        {
            "start": 863119565,
            "stop": 863119618
        },
        {
            "start": 863121975,
            "stop": 863126864
        },
        {
            "start": 863127045,
            "stop": 863143580
        },
        {
            "start": 863143611,
            "stop": 863146681
        },
        {
            "start": 863147958,
            "stop": 863156346
        },
        {
            "start": 863168272,
            "stop": 863168277
        },
        {
            "start": 863168583,
            "stop": 863168771
        }
    ]
}