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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=63",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 64,
    "results": [
        {
            "start": 825089074,
            "stop": 825096841
        },
        {
            "start": 825096913,
            "stop": 825101138
        },
        {
            "start": 825103061,
            "stop": 825105396
        },
        {
            "start": 825106777,
            "stop": 825106873
        },
        {
            "start": 825108532,
            "stop": 825109633
        },
        {
            "start": 825110445,
            "stop": 825110593
        },
        {
            "start": 825110629,
            "stop": 825110631
        },
        {
            "start": 825110702,
            "stop": 825113593
        },
        {
            "start": 825115278,
            "stop": 825117189
        },
        {
            "start": 825118631,
            "stop": 825119336
        },
        {
            "start": 825121137,
            "stop": 825121813
        },
        {
            "start": 825122650,
            "stop": 825127966
        },
        {
            "start": 825129086,
            "stop": 825130140
        },
        {
            "start": 825134375,
            "stop": 825135733
        },
        {
            "start": 825142762,
            "stop": 825143353
        },
        {
            "start": 825143364,
            "stop": 825143365
        },
        {
            "start": 825143682,
            "stop": 825143692
        },
        {
            "start": 825147949,
            "stop": 825148193
        },
        {
            "start": 825215522,
            "stop": 825216951
        },
        {
            "start": 825217655,
            "stop": 825238513
        }
    ]
}