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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_DATA/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_DATA/segments?format=api&page=22",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 23,
    "results": [
        {
            "start": 1174966644,
            "stop": 1174989107
        },
        {
            "start": 1174991938,
            "stop": 1175005926
        },
        {
            "start": 1175008118,
            "stop": 1175017888
        },
        {
            "start": 1175026688,
            "stop": 1175053199
        },
        {
            "start": 1175056351,
            "stop": 1175056384
        },
        {
            "start": 1175056599,
            "stop": 1175070328
        },
        {
            "start": 1175070333,
            "stop": 1175110716
        },
        {
            "start": 1175114441,
            "stop": 1175115502
        },
        {
            "start": 1175124886,
            "stop": 1175213494
        },
        {
            "start": 1175226677,
            "stop": 1175241282
        },
        {
            "start": 1175255184,
            "stop": 1175270151
        },
        {
            "start": 1175272978,
            "stop": 1175278307
        },
        {
            "start": 1175291560,
            "stop": 1175305940
        },
        {
            "start": 1175308140,
            "stop": 1175349595
        },
        {
            "start": 1175372072,
            "stop": 1175381527
        },
        {
            "start": 1175388228,
            "stop": 1175407681
        },
        {
            "start": 1175417492,
            "stop": 1175437176
        },
        {
            "start": 1175440954,
            "stop": 1175474176
        },
        {
            "start": 1175474342,
            "stop": 1175482205
        },
        {
            "start": 1175553513,
            "stop": 1175557562
        }
    ]
}