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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=12",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 13,
    "results": [
        {
            "start": 1238185175,
            "stop": 1238185180
        },
        {
            "start": 1238185181,
            "stop": 1238185197
        },
        {
            "start": 1238185198,
            "stop": 1238185210
        },
        {
            "start": 1238185211,
            "stop": 1238185230
        },
        {
            "start": 1238185231,
            "stop": 1238185246
        },
        {
            "start": 1238185247,
            "stop": 1238185251
        },
        {
            "start": 1238185253,
            "stop": 1238185332
        },
        {
            "start": 1238185334,
            "stop": 1238185354
        },
        {
            "start": 1238185355,
            "stop": 1238185367
        },
        {
            "start": 1238185369,
            "stop": 1238185380
        },
        {
            "start": 1238185381,
            "stop": 1238185385
        },
        {
            "start": 1238185387,
            "stop": 1238185389
        },
        {
            "start": 1238185390,
            "stop": 1238185400
        },
        {
            "start": 1238185401,
            "stop": 1238185404
        },
        {
            "start": 1238185405,
            "stop": 1238185419
        },
        {
            "start": 1238185420,
            "stop": 1238185436
        },
        {
            "start": 1238185437,
            "stop": 1238185467
        },
        {
            "start": 1238185468,
            "stop": 1238185484
        },
        {
            "start": 1238185485,
            "stop": 1238185491
        },
        {
            "start": 1238185494,
            "stop": 1238185502
        }
    ]
}