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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=15",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 16,
    "results": [
        {
            "start": 1238185254,
            "stop": 1238185262
        },
        {
            "start": 1238185264,
            "stop": 1238185331
        },
        {
            "start": 1238185334,
            "stop": 1238185352
        },
        {
            "start": 1238185356,
            "stop": 1238185366
        },
        {
            "start": 1238185370,
            "stop": 1238185371
        },
        {
            "start": 1238185373,
            "stop": 1238185377
        },
        {
            "start": 1238185382,
            "stop": 1238185383
        },
        {
            "start": 1238185387,
            "stop": 1238185389
        },
        {
            "start": 1238185390,
            "stop": 1238185400
        },
        {
            "start": 1238185402,
            "stop": 1238185403
        },
        {
            "start": 1238185406,
            "stop": 1238185412
        },
        {
            "start": 1238185414,
            "stop": 1238185419
        },
        {
            "start": 1238185421,
            "stop": 1238185430
        },
        {
            "start": 1238185432,
            "stop": 1238185436
        },
        {
            "start": 1238185437,
            "stop": 1238185451
        },
        {
            "start": 1238185453,
            "stop": 1238185467
        },
        {
            "start": 1238185468,
            "stop": 1238185484
        },
        {
            "start": 1238185486,
            "stop": 1238185491
        },
        {
            "start": 1238185494,
            "stop": 1238185497
        },
        {
            "start": 1238185498,
            "stop": 1238185502
        }
    ]
}