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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=257",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=255",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 256,
    "results": [
        {
            "start": 934761836,
            "stop": 934764139
        },
        {
            "start": 934764199,
            "stop": 934765357
        },
        {
            "start": 934765359,
            "stop": 934765382
        },
        {
            "start": 934765385,
            "stop": 934765410
        },
        {
            "start": 934765412,
            "stop": 934765424
        },
        {
            "start": 934765426,
            "stop": 934765432
        },
        {
            "start": 934765436,
            "stop": 934766853
        },
        {
            "start": 934769511,
            "stop": 934772557
        },
        {
            "start": 934772559,
            "stop": 934772583
        },
        {
            "start": 934772585,
            "stop": 934772590
        },
        {
            "start": 934772592,
            "stop": 934772615
        },
        {
            "start": 934772617,
            "stop": 934772631
        },
        {
            "start": 934772635,
            "stop": 934776133
        },
        {
            "start": 934776136,
            "stop": 934776183
        },
        {
            "start": 934776185,
            "stop": 934776209
        },
        {
            "start": 934776211,
            "stop": 934776216
        },
        {
            "start": 934776218,
            "stop": 934776223
        },
        {
            "start": 934776225,
            "stop": 934776230
        },
        {
            "start": 934776236,
            "stop": 934779752
        },
        {
            "start": 934779755,
            "stop": 934779782
        }
    ]
}