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=14
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=15",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=13",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 14,
    "results": [
        {
            "start": 1238185503,
            "stop": 1238185514
        },
        {
            "start": 1238185516,
            "stop": 1238185517
        },
        {
            "start": 1238185518,
            "stop": 1238185531
        },
        {
            "start": 1238185532,
            "stop": 1238185548
        },
        {
            "start": 1238185549,
            "stop": 1238185562
        },
        {
            "start": 1238185563,
            "stop": 1238185564
        },
        {
            "start": 1238185565,
            "stop": 1238185576
        },
        {
            "start": 1238185577,
            "stop": 1238185597
        },
        {
            "start": 1238185598,
            "stop": 1238185615
        },
        {
            "start": 1238185616,
            "stop": 1238185625
        },
        {
            "start": 1238185626,
            "stop": 1238185627
        },
        {
            "start": 1238185628,
            "stop": 1238185651
        },
        {
            "start": 1238185652,
            "stop": 1238185657
        },
        {
            "start": 1238185660,
            "stop": 1238185669
        },
        {
            "start": 1238185671,
            "stop": 1238185677
        },
        {
            "start": 1238185679,
            "stop": 1238185705
        },
        {
            "start": 1238185706,
            "stop": 1238185707
        },
        {
            "start": 1238185709,
            "stop": 1238185723
        },
        {
            "start": 1238185724,
            "stop": 1238185768
        },
        {
            "start": 1238185769,
            "stop": 1238185785
        }
    ]
}