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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=216",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=214",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 215,
    "results": [
        {
            "start": 1184097168,
            "stop": 1184097334
        },
        {
            "start": 1184097337,
            "stop": 1184097340
        },
        {
            "start": 1184097341,
            "stop": 1184097385
        },
        {
            "start": 1184097388,
            "stop": 1184097393
        },
        {
            "start": 1184097394,
            "stop": 1184097395
        },
        {
            "start": 1184097396,
            "stop": 1184097437
        },
        {
            "start": 1184097440,
            "stop": 1184097511
        },
        {
            "start": 1184097512,
            "stop": 1184097585
        },
        {
            "start": 1184097588,
            "stop": 1184097628
        },
        {
            "start": 1184097631,
            "stop": 1184097725
        },
        {
            "start": 1184097726,
            "stop": 1184097733
        },
        {
            "start": 1184097734,
            "stop": 1184097737
        },
        {
            "start": 1184097738,
            "stop": 1184097774
        },
        {
            "start": 1184097776,
            "stop": 1184097893
        },
        {
            "start": 1184097894,
            "stop": 1184098379
        },
        {
            "start": 1184098380,
            "stop": 1184102995
        },
        {
            "start": 1184103004,
            "stop": 1184106256
        },
        {
            "start": 1184106257,
            "stop": 1184106644
        },
        {
            "start": 1184106645,
            "stop": 1184107085
        },
        {
            "start": 1184127622,
            "stop": 1184137864
        }
    ]
}