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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=143",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 144,
    "results": [
        {
            "start": 1175874979,
            "stop": 1175875480
        },
        {
            "start": 1175875481,
            "stop": 1175875487
        },
        {
            "start": 1175875493,
            "stop": 1175875494
        },
        {
            "start": 1175875498,
            "stop": 1175875524
        },
        {
            "start": 1175875525,
            "stop": 1175876007
        },
        {
            "start": 1175876008,
            "stop": 1175877952
        },
        {
            "start": 1175877958,
            "stop": 1175878008
        },
        {
            "start": 1175878013,
            "stop": 1175878153
        },
        {
            "start": 1175878157,
            "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": 1175887226,
            "stop": 1175890112
        },
        {
            "start": 1175890115,
            "stop": 1175890118
        },
        {
            "start": 1175890124,
            "stop": 1175893939
        },
        {
            "start": 1175893943,
            "stop": 1175894894
        }
    ]
}