Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=108
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=107",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 108,
    "results": [
        {
            "start": 1175875525,
            "stop": 1175876007
        },
        {
            "start": 1175876008,
            "stop": 1175877952
        },
        {
            "start": 1175877958,
            "stop": 1175878008
        },
        {
            "start": 1175878013,
            "stop": 1175880334
        },
        {
            "start": 1175880335,
            "stop": 1175880517
        },
        {
            "start": 1175880524,
            "stop": 1175881339
        },
        {
            "start": 1175881343,
            "stop": 1175882055
        },
        {
            "start": 1175882060,
            "stop": 1175882830
        },
        {
            "start": 1175882836,
            "stop": 1175883430
        },
        {
            "start": 1175883434,
            "stop": 1175884579
        },
        {
            "start": 1175884583,
            "stop": 1175887223
        },
        {
            "start": 1175887225,
            "stop": 1175890112
        },
        {
            "start": 1175890114,
            "stop": 1175890118
        },
        {
            "start": 1175890120,
            "stop": 1175890121
        },
        {
            "start": 1175890123,
            "stop": 1175894894
        },
        {
            "start": 1175894895,
            "stop": 1175894904
        },
        {
            "start": 1175894905,
            "stop": 1175894914
        },
        {
            "start": 1175894915,
            "stop": 1175895941
        },
        {
            "start": 1175895943,
            "stop": 1175907249
        },
        {
            "start": 1175907250,
            "stop": 1175907251
        }
    ]
}