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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=48",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 49,
    "results": [
        {
            "start": 1257376037,
            "stop": 1257376043
        },
        {
            "start": 1257376044,
            "stop": 1257376046
        },
        {
            "start": 1257376047,
            "stop": 1257376290
        },
        {
            "start": 1257376291,
            "stop": 1257376292
        },
        {
            "start": 1257376293,
            "stop": 1257376737
        },
        {
            "start": 1257376740,
            "stop": 1257379360
        },
        {
            "start": 1257379363,
            "stop": 1257380030
        },
        {
            "start": 1257380033,
            "stop": 1257380442
        },
        {
            "start": 1257380450,
            "stop": 1257380805
        },
        {
            "start": 1257380807,
            "stop": 1257380922
        },
        {
            "start": 1257386708,
            "stop": 1257387791
        },
        {
            "start": 1257387794,
            "stop": 1257388099
        },
        {
            "start": 1257388150,
            "stop": 1257390109
        },
        {
            "start": 1257390112,
            "stop": 1257390822
        },
        {
            "start": 1257390825,
            "stop": 1257392400
        },
        {
            "start": 1257392403,
            "stop": 1257392717
        },
        {
            "start": 1257392720,
            "stop": 1257392960
        },
        {
            "start": 1257392963,
            "stop": 1257398731
        },
        {
            "start": 1257398739,
            "stop": 1257399375
        },
        {
            "start": 1257399378,
            "stop": 1257402134
        }
    ]
}