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=1073
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=1074",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1072",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1073,
    "results": [
        {
            "start": 1253167712,
            "stop": 1253167857
        },
        {
            "start": 1253167862,
            "stop": 1253167945
        },
        {
            "start": 1253167949,
            "stop": 1253168241
        },
        {
            "start": 1253168244,
            "stop": 1253168336
        },
        {
            "start": 1253168339,
            "stop": 1253168377
        },
        {
            "start": 1253168381,
            "stop": 1253168383
        },
        {
            "start": 1253168388,
            "stop": 1253168495
        },
        {
            "start": 1253168498,
            "stop": 1253168803
        },
        {
            "start": 1253168806,
            "stop": 1253168832
        },
        {
            "start": 1253168836,
            "stop": 1253168997
        },
        {
            "start": 1253169000,
            "stop": 1253169350
        },
        {
            "start": 1253169357,
            "stop": 1253169417
        },
        {
            "start": 1253169422,
            "stop": 1253169471
        },
        {
            "start": 1253169476,
            "stop": 1253169785
        },
        {
            "start": 1253169789,
            "stop": 1253169919
        },
        {
            "start": 1253169924,
            "stop": 1253170220
        },
        {
            "start": 1253170224,
            "stop": 1253170269
        },
        {
            "start": 1253170272,
            "stop": 1253170771
        },
        {
            "start": 1253170775,
            "stop": 1253170814
        },
        {
            "start": 1253170817,
            "stop": 1253170837
        }
    ]
}