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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT3/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT3/segments?format=api&page=44",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 45,
    "results": [
        {
            "start": 1247616523,
            "stop": 1247626214
        },
        {
            "start": 1247632705,
            "stop": 1247643974
        },
        {
            "start": 1247645374,
            "stop": 1247647051
        },
        {
            "start": 1247650635,
            "stop": 1247653422
        },
        {
            "start": 1247656624,
            "stop": 1247697891
        },
        {
            "start": 1247699376,
            "stop": 1247709360
        },
        {
            "start": 1247712650,
            "stop": 1247712932
        },
        {
            "start": 1247714655,
            "stop": 1247719107
        },
        {
            "start": 1247719131,
            "stop": 1247751099
        },
        {
            "start": 1247753809,
            "stop": 1247756500
        },
        {
            "start": 1247758858,
            "stop": 1247768006
        },
        {
            "start": 1247770877,
            "stop": 1247817407
        },
        {
            "start": 1247840388,
            "stop": 1247894435
        },
        {
            "start": 1247943134,
            "stop": 1247955498
        },
        {
            "start": 1247960065,
            "stop": 1247960337
        },
        {
            "start": 1247960395,
            "stop": 1247961461
        },
        {
            "start": 1247961524,
            "stop": 1247962543
        },
        {
            "start": 1247962593,
            "stop": 1247963733
        },
        {
            "start": 1247964384,
            "stop": 1247987250
        },
        {
            "start": 1247988538,
            "stop": 1247999583
        }
    ]
}