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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5296",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5294",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5295,
    "results": [
        {
            "start": 970650881,
            "stop": 970650982
        },
        {
            "start": 970650985,
            "stop": 970651104
        },
        {
            "start": 970651107,
            "stop": 970651137
        },
        {
            "start": 970651140,
            "stop": 970651311
        },
        {
            "start": 970651314,
            "stop": 970651545
        },
        {
            "start": 970651548,
            "stop": 970652071
        },
        {
            "start": 970652074,
            "stop": 970652259
        },
        {
            "start": 970652262,
            "stop": 970652332
        },
        {
            "start": 970652335,
            "stop": 970652530
        },
        {
            "start": 970652533,
            "stop": 970653248
        },
        {
            "start": 970653251,
            "stop": 970653593
        },
        {
            "start": 970653596,
            "stop": 970654045
        },
        {
            "start": 970654048,
            "stop": 970654298
        },
        {
            "start": 970654301,
            "stop": 970654419
        },
        {
            "start": 970654422,
            "stop": 970655053
        },
        {
            "start": 970655057,
            "stop": 970655345
        },
        {
            "start": 970655348,
            "stop": 970655915
        },
        {
            "start": 970655921,
            "stop": 970656098
        },
        {
            "start": 970656101,
            "stop": 970656127
        },
        {
            "start": 970656130,
            "stop": 970656470
        }
    ]
}