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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9120",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9121,
    "results": [
        {
            "start": 875010106,
            "stop": 875010546
        },
        {
            "start": 875010565,
            "stop": 875010581
        },
        {
            "start": 875010613,
            "stop": 875010722
        },
        {
            "start": 875010753,
            "stop": 875010758
        },
        {
            "start": 875010782,
            "stop": 875010794
        },
        {
            "start": 875010811,
            "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
        },
        {
            "start": 875012114,
            "stop": 875012117
        },
        {
            "start": 875012195,
            "stop": 875012199
        },
        {
            "start": 875012227,
            "stop": 875012229
        }
    ]
}