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=120
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=121",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=119",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 120,
    "results": [
        {
            "start": 1175697785,
            "stop": 1175699093
        },
        {
            "start": 1175699094,
            "stop": 1175700086
        },
        {
            "start": 1175700087,
            "stop": 1175701326
        },
        {
            "start": 1175701327,
            "stop": 1175702493
        },
        {
            "start": 1175702494,
            "stop": 1175703736
        },
        {
            "start": 1175703737,
            "stop": 1175704850
        },
        {
            "start": 1175704851,
            "stop": 1175705334
        },
        {
            "start": 1175707282,
            "stop": 1175708086
        },
        {
            "start": 1175708087,
            "stop": 1175709213
        },
        {
            "start": 1175709214,
            "stop": 1175710297
        },
        {
            "start": 1175710298,
            "stop": 1175711109
        },
        {
            "start": 1175711110,
            "stop": 1175712596
        },
        {
            "start": 1175712597,
            "stop": 1175713574
        },
        {
            "start": 1175713728,
            "stop": 1175713874
        },
        {
            "start": 1175714159,
            "stop": 1175714174
        },
        {
            "start": 1175714374,
            "stop": 1175714872
        },
        {
            "start": 1175714873,
            "stop": 1175715746
        },
        {
            "start": 1175715747,
            "stop": 1175716996
        },
        {
            "start": 1175716997,
            "stop": 1175718424
        },
        {
            "start": 1175718425,
            "stop": 1175719860
        }
    ]
}