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=12
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=13",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=11",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 12,
    "results": [
        {
            "start": 1238184845,
            "stop": 1238184857
        },
        {
            "start": 1238184862,
            "stop": 1238184893
        },
        {
            "start": 1238184894,
            "stop": 1238184896
        },
        {
            "start": 1238184897,
            "stop": 1238184908
        },
        {
            "start": 1238184909,
            "stop": 1238184914
        },
        {
            "start": 1238184915,
            "stop": 1238184920
        },
        {
            "start": 1238184923,
            "stop": 1238184926
        },
        {
            "start": 1238184927,
            "stop": 1238184933
        },
        {
            "start": 1238184934,
            "stop": 1238184939
        },
        {
            "start": 1238184942,
            "stop": 1238184950
        },
        {
            "start": 1238184951,
            "stop": 1238184965
        },
        {
            "start": 1238184967,
            "stop": 1238184979
        },
        {
            "start": 1238184982,
            "stop": 1238184983
        },
        {
            "start": 1238184984,
            "stop": 1238185000
        },
        {
            "start": 1238185001,
            "stop": 1238185094
        },
        {
            "start": 1238185096,
            "stop": 1238185114
        },
        {
            "start": 1238185115,
            "stop": 1238185131
        },
        {
            "start": 1238185132,
            "stop": 1238185155
        },
        {
            "start": 1238185159,
            "stop": 1238185162
        },
        {
            "start": 1238185164,
            "stop": 1238185174
        }
    ]
}