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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2376",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2374",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2375,
    "results": [
        {
            "start": 875009704,
            "stop": 875009708
        },
        {
            "start": 875009746,
            "stop": 875009896
        },
        {
            "start": 875009956,
            "stop": 875010042
        },
        {
            "start": 875010068,
            "stop": 875010087
        },
        {
            "start": 875010106,
            "stop": 875010546
        },
        {
            "start": 875010565,
            "stop": 875010581
        },
        {
            "start": 875010613,
            "stop": 875010722
        },
        {
            "start": 875010753,
            "stop": 875010758
        },
        {
            "start": 875010782,
            "stop": 875010846
        },
        {
            "start": 875010881,
            "stop": 875010907
        },
        {
            "start": 875010926,
            "stop": 875010939
        },
        {
            "start": 875010973,
            "stop": 875010974
        },
        {
            "start": 875010995,
            "stop": 875011129
        },
        {
            "start": 875011161,
            "stop": 875011224
        },
        {
            "start": 875011243,
            "stop": 875011320
        },
        {
            "start": 875011369,
            "stop": 875011386
        },
        {
            "start": 875011410,
            "stop": 875011508
        },
        {
            "start": 875011528,
            "stop": 875011682
        },
        {
            "start": 875011726,
            "stop": 875011845
        },
        {
            "start": 875011864,
            "stop": 875011963
        }
    ]
}