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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=88",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 89,
    "results": [
        {
            "start": 831104674,
            "stop": 831104679
        },
        {
            "start": 831105436,
            "stop": 831105481
        },
        {
            "start": 831105508,
            "stop": 831134237
        },
        {
            "start": 831134253,
            "stop": 831134324
        },
        {
            "start": 831134332,
            "stop": 831134363
        },
        {
            "start": 831134381,
            "stop": 831134386
        },
        {
            "start": 831134396,
            "stop": 831134407
        },
        {
            "start": 831138844,
            "stop": 831142243
        },
        {
            "start": 831142259,
            "stop": 831142473
        },
        {
            "start": 831142481,
            "stop": 831144454
        },
        {
            "start": 831144463,
            "stop": 831144488
        },
        {
            "start": 831144670,
            "stop": 831145026
        },
        {
            "start": 831145250,
            "stop": 831145923
        },
        {
            "start": 831146082,
            "stop": 831147032
        },
        {
            "start": 831148670,
            "stop": 831149988
        },
        {
            "start": 831149996,
            "stop": 831151235
        },
        {
            "start": 831151244,
            "stop": 831153028
        },
        {
            "start": 831153666,
            "stop": 831155579
        },
        {
            "start": 831155677,
            "stop": 831155698
        },
        {
            "start": 831155955,
            "stop": 831155974
        }
    ]
}