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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=93",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 94,
    "results": [
        {
            "start": 828029659,
            "stop": 828030191
        },
        {
            "start": 828030999,
            "stop": 828031273
        },
        {
            "start": 828031283,
            "stop": 828031284
        },
        {
            "start": 828031373,
            "stop": 828031573
        },
        {
            "start": 828031595,
            "stop": 828031596
        },
        {
            "start": 828031690,
            "stop": 828031748
        },
        {
            "start": 828032151,
            "stop": 828032157
        },
        {
            "start": 828032309,
            "stop": 828047173
        },
        {
            "start": 828047198,
            "stop": 828047199
        },
        {
            "start": 828047337,
            "stop": 828058869
        },
        {
            "start": 828059109,
            "stop": 828060965
        },
        {
            "start": 828063350,
            "stop": 828063793
        },
        {
            "start": 828063830,
            "stop": 828063831
        },
        {
            "start": 828064084,
            "stop": 828066763
        },
        {
            "start": 828067558,
            "stop": 828082153
        },
        {
            "start": 828082162,
            "stop": 828082164
        },
        {
            "start": 828083014,
            "stop": 828094153
        },
        {
            "start": 828094172,
            "stop": 828094175
        },
        {
            "start": 828095190,
            "stop": 828099013
        },
        {
            "start": 828100413,
            "stop": 828104773
        }
    ]
}