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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41107",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41108,
    "results": [
        {
            "start": 875230923,
            "stop": 875230967
        },
        {
            "start": 875230968,
            "stop": 875230971
        },
        {
            "start": 875230973,
            "stop": 875230978
        },
        {
            "start": 875230979,
            "stop": 875231002
        },
        {
            "start": 875231003,
            "stop": 875231035
        },
        {
            "start": 875231036,
            "stop": 875231112
        },
        {
            "start": 875231115,
            "stop": 875231117
        },
        {
            "start": 875231118,
            "stop": 875231123
        },
        {
            "start": 875231125,
            "stop": 875231127
        },
        {
            "start": 875231128,
            "stop": 875231130
        },
        {
            "start": 875231131,
            "stop": 875231134
        },
        {
            "start": 875231135,
            "stop": 875231137
        },
        {
            "start": 875231138,
            "stop": 875231144
        },
        {
            "start": 875231145,
            "stop": 875231147
        },
        {
            "start": 875231148,
            "stop": 875231150
        },
        {
            "start": 875231151,
            "stop": 875231163
        },
        {
            "start": 875231165,
            "stop": 875231172
        },
        {
            "start": 875231173,
            "stop": 875231181
        },
        {
            "start": 875231182,
            "stop": 875231191
        },
        {
            "start": 875231192,
            "stop": 875231202
        }
    ]
}