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=1072
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=1073",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1071",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1072,
    "results": [
        {
            "start": 1253160481,
            "stop": 1253160639
        },
        {
            "start": 1253160646,
            "stop": 1253160889
        },
        {
            "start": 1253160893,
            "stop": 1253161244
        },
        {
            "start": 1253161256,
            "stop": 1253161260
        },
        {
            "start": 1253161263,
            "stop": 1253161287
        },
        {
            "start": 1253161290,
            "stop": 1253161727
        },
        {
            "start": 1253161729,
            "stop": 1253161733
        },
        {
            "start": 1253161745,
            "stop": 1253162016
        },
        {
            "start": 1253162019,
            "stop": 1253163284
        },
        {
            "start": 1253163287,
            "stop": 1253164237
        },
        {
            "start": 1253164242,
            "stop": 1253164945
        },
        {
            "start": 1253164950,
            "stop": 1253165336
        },
        {
            "start": 1253165339,
            "stop": 1253165396
        },
        {
            "start": 1253165401,
            "stop": 1253165406
        },
        {
            "start": 1253165410,
            "stop": 1253165810
        },
        {
            "start": 1253165815,
            "stop": 1253165818
        },
        {
            "start": 1253165823,
            "stop": 1253166184
        },
        {
            "start": 1253166188,
            "stop": 1253166463
        },
        {
            "start": 1253166468,
            "stop": 1253167297
        },
        {
            "start": 1253167300,
            "stop": 1253167709
        }
    ]
}