Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3280
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=3281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3279",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3280,
    "results": [
        {
            "start": 874018092,
            "stop": 874019880
        },
        {
            "start": 874019940,
            "stop": 874020219
        },
        {
            "start": 874020223,
            "stop": 874020472
        },
        {
            "start": 874020475,
            "stop": 874020900
        },
        {
            "start": 874020960,
            "stop": 874021017
        },
        {
            "start": 874021080,
            "stop": 874021235
        },
        {
            "start": 874021238,
            "stop": 874021440
        },
        {
            "start": 874021560,
            "stop": 874021680
        },
        {
            "start": 874021740,
            "stop": 874022700
        },
        {
            "start": 874022760,
            "stop": 874023567
        },
        {
            "start": 874023874,
            "stop": 874024260
        },
        {
            "start": 874024800,
            "stop": 874024860
        },
        {
            "start": 874024980,
            "stop": 874025310
        },
        {
            "start": 874025313,
            "stop": 874025400
        },
        {
            "start": 874025460,
            "stop": 874039882
        },
        {
            "start": 874039885,
            "stop": 874042166
        },
        {
            "start": 874042169,
            "stop": 874044259
        },
        {
            "start": 874044262,
            "stop": 874044266
        },
        {
            "start": 874044274,
            "stop": 874044281
        },
        {
            "start": 874044286,
            "stop": 874044304
        }
    ]
}