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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7211",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7212,
    "results": [
        {
            "start": 874684053,
            "stop": 874684096
        },
        {
            "start": 874684097,
            "stop": 874684483
        },
        {
            "start": 874684484,
            "stop": 874684539
        },
        {
            "start": 874684540,
            "stop": 874684715
        },
        {
            "start": 874684716,
            "stop": 874684839
        },
        {
            "start": 874684840,
            "stop": 874684995
        },
        {
            "start": 874684996,
            "stop": 874685055
        },
        {
            "start": 874685056,
            "stop": 874685111
        },
        {
            "start": 874685113,
            "stop": 874685377
        },
        {
            "start": 874685378,
            "stop": 874685544
        },
        {
            "start": 874685545,
            "stop": 874685883
        },
        {
            "start": 874685884,
            "stop": 874685934
        },
        {
            "start": 874685935,
            "stop": 874685978
        },
        {
            "start": 874685980,
            "stop": 874686563
        },
        {
            "start": 874686564,
            "stop": 874686569
        },
        {
            "start": 874686570,
            "stop": 874686675
        },
        {
            "start": 874686677,
            "stop": 874686882
        },
        {
            "start": 874686883,
            "stop": 874687033
        },
        {
            "start": 874687035,
            "stop": 874687188
        },
        {
            "start": 874687298,
            "stop": 874687356
        }
    ]
}