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=7286
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=7287",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7285",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7286,
    "results": [
        {
            "start": 875040716,
            "stop": 875040901
        },
        {
            "start": 875040902,
            "stop": 875040917
        },
        {
            "start": 875040918,
            "stop": 875040970
        },
        {
            "start": 875040971,
            "stop": 875041050
        },
        {
            "start": 875041052,
            "stop": 875041055
        },
        {
            "start": 875041056,
            "stop": 875041128
        },
        {
            "start": 875041129,
            "stop": 875041214
        },
        {
            "start": 875041215,
            "stop": 875041228
        },
        {
            "start": 875041229,
            "stop": 875041307
        },
        {
            "start": 875041309,
            "stop": 875041350
        },
        {
            "start": 875041352,
            "stop": 875041525
        },
        {
            "start": 875041527,
            "stop": 875041620
        },
        {
            "start": 875041621,
            "stop": 875041672
        },
        {
            "start": 875041673,
            "stop": 875041695
        },
        {
            "start": 875042981,
            "stop": 875043143
        },
        {
            "start": 875043144,
            "stop": 875043324
        },
        {
            "start": 875043325,
            "stop": 875043390
        },
        {
            "start": 875043392,
            "stop": 875043576
        },
        {
            "start": 875043577,
            "stop": 875043692
        },
        {
            "start": 875043694,
            "stop": 875043820
        }
    ]
}