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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=21",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 22,
    "results": [
        {
            "start": 817418646,
            "stop": 817419006
        },
        {
            "start": 817420065,
            "stop": 817420125
        },
        {
            "start": 817420296,
            "stop": 817420536
        },
        {
            "start": 817420790,
            "stop": 817420850
        },
        {
            "start": 817421025,
            "stop": 817421175
        },
        {
            "start": 817421334,
            "stop": 817421874
        },
        {
            "start": 817422171,
            "stop": 817422231
        },
        {
            "start": 817422393,
            "stop": 817422693
        },
        {
            "start": 817422861,
            "stop": 817422981
        },
        {
            "start": 817423142,
            "stop": 817423262
        },
        {
            "start": 817424412,
            "stop": 817425102
        },
        {
            "start": 817425289,
            "stop": 817425649
        },
        {
            "start": 817430144,
            "stop": 817430204
        },
        {
            "start": 817430365,
            "stop": 817430425
        },
        {
            "start": 817431281,
            "stop": 817431641
        },
        {
            "start": 817432174,
            "stop": 817434214
        },
        {
            "start": 817434633,
            "stop": 817436253
        },
        {
            "start": 817436441,
            "stop": 817437221
        },
        {
            "start": 817437384,
            "stop": 817439364
        },
        {
            "start": 817439633,
            "stop": 817439813
        }
    ]
}