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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=41",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 42,
    "results": [
        {
            "start": 939343507,
            "stop": 939353645
        },
        {
            "start": 939358229,
            "stop": 939376134
        },
        {
            "start": 939378243,
            "stop": 939384753
        },
        {
            "start": 939387672,
            "stop": 939389264
        },
        {
            "start": 939393520,
            "stop": 939395262
        },
        {
            "start": 939397000,
            "stop": 939399233
        },
        {
            "start": 939406812,
            "stop": 939406989
        },
        {
            "start": 939412536,
            "stop": 939415104
        },
        {
            "start": 939421539,
            "stop": 939424883
        },
        {
            "start": 939426231,
            "stop": 939430239
        },
        {
            "start": 939431382,
            "stop": 939447728
        },
        {
            "start": 939460728,
            "stop": 939464660
        },
        {
            "start": 939467618,
            "stop": 939469329
        },
        {
            "start": 939472264,
            "stop": 939475084
        },
        {
            "start": 939477180,
            "stop": 939481452
        },
        {
            "start": 939518254,
            "stop": 939521179
        },
        {
            "start": 939533692,
            "stop": 939560922
        },
        {
            "start": 939618730,
            "stop": 939628269
        },
        {
            "start": 939634851,
            "stop": 939647846
        },
        {
            "start": 939653334,
            "stop": 939655631
        }
    ]
}