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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=103",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 104,
    "results": [
        {
            "start": 1239835393,
            "stop": 1239835512
        },
        {
            "start": 1239835513,
            "stop": 1239835632
        },
        {
            "start": 1239835633,
            "stop": 1239835752
        },
        {
            "start": 1239835753,
            "stop": 1239835872
        },
        {
            "start": 1239835873,
            "stop": 1239835992
        },
        {
            "start": 1239835993,
            "stop": 1239836112
        },
        {
            "start": 1239836113,
            "stop": 1239836232
        },
        {
            "start": 1239836233,
            "stop": 1239836352
        },
        {
            "start": 1239836353,
            "stop": 1239836472
        },
        {
            "start": 1239836473,
            "stop": 1239836592
        },
        {
            "start": 1239836593,
            "stop": 1239836712
        },
        {
            "start": 1239836713,
            "stop": 1239836832
        },
        {
            "start": 1239836833,
            "stop": 1239836952
        },
        {
            "start": 1239836953,
            "stop": 1239837072
        },
        {
            "start": 1239837073,
            "stop": 1239837192
        },
        {
            "start": 1239837193,
            "stop": 1239837312
        },
        {
            "start": 1239837313,
            "stop": 1239837432
        },
        {
            "start": 1239837433,
            "stop": 1239837552
        },
        {
            "start": 1239837553,
            "stop": 1239837672
        },
        {
            "start": 1239837673,
            "stop": 1239837792
        }
    ]
}