Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=463
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=464",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=462",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 463,
    "results": [
        {
            "start": 819037429,
            "stop": 819037433
        },
        {
            "start": 819038616,
            "stop": 819039215
        },
        {
            "start": 819039220,
            "stop": 819039223
        },
        {
            "start": 819039229,
            "stop": 819039237
        },
        {
            "start": 819040881,
            "stop": 819041031
        },
        {
            "start": 819052573,
            "stop": 819052587
        },
        {
            "start": 819052591,
            "stop": 819052628
        },
        {
            "start": 819052631,
            "stop": 819052635
        },
        {
            "start": 819052638,
            "stop": 819052761
        },
        {
            "start": 819052764,
            "stop": 819052997
        },
        {
            "start": 819053002,
            "stop": 819053825
        },
        {
            "start": 819053828,
            "stop": 819053861
        },
        {
            "start": 819053864,
            "stop": 819053901
        },
        {
            "start": 819053904,
            "stop": 819054004
        },
        {
            "start": 819054012,
            "stop": 819054075
        },
        {
            "start": 819054148,
            "stop": 819054641
        },
        {
            "start": 819069223,
            "stop": 819072503
        },
        {
            "start": 819072506,
            "stop": 819073176
        },
        {
            "start": 819073179,
            "stop": 819073385
        },
        {
            "start": 819073388,
            "stop": 819073394
        }
    ]
}