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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6250",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6248",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6249,
    "results": [
        {
            "start": 874921339,
            "stop": 874922001
        },
        {
            "start": 874922002,
            "stop": 874922031
        },
        {
            "start": 874922033,
            "stop": 874922298
        },
        {
            "start": 874922299,
            "stop": 874922498
        },
        {
            "start": 874922499,
            "stop": 874922625
        },
        {
            "start": 874922627,
            "stop": 874923560
        },
        {
            "start": 874923562,
            "stop": 874923954
        },
        {
            "start": 874923955,
            "stop": 874924304
        },
        {
            "start": 874924306,
            "stop": 874924569
        },
        {
            "start": 874924570,
            "stop": 874924578
        },
        {
            "start": 874924579,
            "stop": 874924607
        },
        {
            "start": 874924609,
            "stop": 874924745
        },
        {
            "start": 874924746,
            "stop": 874926496
        },
        {
            "start": 874926498,
            "stop": 874926939
        },
        {
            "start": 874926940,
            "stop": 874927255
        },
        {
            "start": 874927257,
            "stop": 874927514
        },
        {
            "start": 874927516,
            "stop": 874927817
        },
        {
            "start": 874927818,
            "stop": 874929131
        },
        {
            "start": 874929132,
            "stop": 874929568
        },
        {
            "start": 874929570,
            "stop": 874929754
        }
    ]
}