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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=60",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 61,
    "results": [
        {
            "start": 827876456,
            "stop": 827987324
        },
        {
            "start": 827989660,
            "stop": 828021258
        },
        {
            "start": 828021837,
            "stop": 828041331
        },
        {
            "start": 828042211,
            "stop": 828112400
        },
        {
            "start": 828135455,
            "stop": 828149107
        },
        {
            "start": 828149341,
            "stop": 828153417
        },
        {
            "start": 828162854,
            "stop": 828174445
        },
        {
            "start": 828175469,
            "stop": 828192022
        },
        {
            "start": 828192164,
            "stop": 828192335
        },
        {
            "start": 828192443,
            "stop": 828192657
        },
        {
            "start": 828192696,
            "stop": 828192714
        },
        {
            "start": 828193481,
            "stop": 828193589
        },
        {
            "start": 828229006,
            "stop": 828246222
        },
        {
            "start": 828257369,
            "stop": 828284956
        },
        {
            "start": 828340389,
            "stop": 828342814
        },
        {
            "start": 828347390,
            "stop": 828357928
        },
        {
            "start": 828360736,
            "stop": 828360960
        },
        {
            "start": 828364150,
            "stop": 828365344
        },
        {
            "start": 828365390,
            "stop": 828365427
        },
        {
            "start": 828365609,
            "stop": 828367855
        }
    ]
}