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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=2",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 3,
    "results": [
        {
            "start": 1238178243,
            "stop": 1238178253
        },
        {
            "start": 1238178255,
            "stop": 1238178258
        },
        {
            "start": 1238178262,
            "stop": 1238178277
        },
        {
            "start": 1238178279,
            "stop": 1238178292
        },
        {
            "start": 1238178293,
            "stop": 1238178297
        },
        {
            "start": 1238178300,
            "stop": 1238178302
        },
        {
            "start": 1238178304,
            "stop": 1238178309
        },
        {
            "start": 1238178311,
            "stop": 1238178318
        },
        {
            "start": 1238178320,
            "stop": 1238178322
        },
        {
            "start": 1238178325,
            "stop": 1238178335
        },
        {
            "start": 1238178338,
            "stop": 1238178340
        },
        {
            "start": 1238178343,
            "stop": 1238178349
        },
        {
            "start": 1238178351,
            "stop": 1238178372
        },
        {
            "start": 1238178374,
            "stop": 1238178379
        },
        {
            "start": 1238178380,
            "stop": 1238178382
        },
        {
            "start": 1238178384,
            "stop": 1238178391
        },
        {
            "start": 1238178393,
            "stop": 1238178411
        },
        {
            "start": 1238178413,
            "stop": 1238178417
        },
        {
            "start": 1238178418,
            "stop": 1238178419
        },
        {
            "start": 1238178420,
            "stop": 1238178426
        }
    ]
}