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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1093",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1091",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1092,
    "results": [
        {
            "start": 1253587865,
            "stop": 1253588146
        },
        {
            "start": 1253588149,
            "stop": 1253592839
        },
        {
            "start": 1253592843,
            "stop": 1253595837
        },
        {
            "start": 1253595840,
            "stop": 1253595902
        },
        {
            "start": 1253595904,
            "stop": 1253595946
        },
        {
            "start": 1253595950,
            "stop": 1253595994
        },
        {
            "start": 1253595995,
            "stop": 1253596005
        },
        {
            "start": 1253596006,
            "stop": 1253597458
        },
        {
            "start": 1253597463,
            "stop": 1253598071
        },
        {
            "start": 1253598079,
            "stop": 1253599620
        },
        {
            "start": 1253599628,
            "stop": 1253599744
        },
        {
            "start": 1253599746,
            "stop": 1253601413
        },
        {
            "start": 1253601415,
            "stop": 1253603041
        },
        {
            "start": 1253603044,
            "stop": 1253608139
        },
        {
            "start": 1253608143,
            "stop": 1253611755
        },
        {
            "start": 1253611758,
            "stop": 1253617818
        },
        {
            "start": 1253617821,
            "stop": 1253619703
        },
        {
            "start": 1253619706,
            "stop": 1253622761
        },
        {
            "start": 1253622766,
            "stop": 1253623206
        },
        {
            "start": 1253623210,
            "stop": 1253623304
        }
    ]
}