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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=51",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 52,
    "results": [
        {
            "start": 825115278,
            "stop": 825117219
        },
        {
            "start": 825118631,
            "stop": 825119366
        },
        {
            "start": 825121137,
            "stop": 825121851
        },
        {
            "start": 825122650,
            "stop": 825127995
        },
        {
            "start": 825129086,
            "stop": 825130170
        },
        {
            "start": 825134375,
            "stop": 825135786
        },
        {
            "start": 825142762,
            "stop": 825143365
        },
        {
            "start": 825143682,
            "stop": 825143722
        },
        {
            "start": 825147949,
            "stop": 825148193
        },
        {
            "start": 825215522,
            "stop": 825216981
        },
        {
            "start": 825217655,
            "stop": 825238538
        },
        {
            "start": 825238979,
            "stop": 825239706
        },
        {
            "start": 825240304,
            "stop": 825247838
        },
        {
            "start": 825248102,
            "stop": 825250644
        },
        {
            "start": 825254596,
            "stop": 825256649
        },
        {
            "start": 825257654,
            "stop": 825257770
        },
        {
            "start": 825258494,
            "stop": 825259304
        },
        {
            "start": 825264358,
            "stop": 825265758
        },
        {
            "start": 825291422,
            "stop": 825292134
        },
        {
            "start": 825292292,
            "stop": 825292659
        }
    ]
}