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=106
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=107",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=105",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 106,
    "results": [
        {
            "start": 1175257420,
            "stop": 1175257617
        },
        {
            "start": 1175257621,
            "stop": 1175259224
        },
        {
            "start": 1175259232,
            "stop": 1175259233
        },
        {
            "start": 1175259234,
            "stop": 1175259460
        },
        {
            "start": 1175259470,
            "stop": 1175259599
        },
        {
            "start": 1175259601,
            "stop": 1175259681
        },
        {
            "start": 1175259684,
            "stop": 1175260056
        },
        {
            "start": 1175260058,
            "stop": 1175261530
        },
        {
            "start": 1175261542,
            "stop": 1175261602
        },
        {
            "start": 1175261608,
            "stop": 1175262190
        },
        {
            "start": 1175262191,
            "stop": 1175262430
        },
        {
            "start": 1175262440,
            "stop": 1175262481
        },
        {
            "start": 1175262488,
            "stop": 1175262489
        },
        {
            "start": 1175262490,
            "stop": 1175262581
        },
        {
            "start": 1175262582,
            "stop": 1175262583
        },
        {
            "start": 1175262587,
            "stop": 1175262685
        },
        {
            "start": 1175262688,
            "stop": 1175262782
        },
        {
            "start": 1175262786,
            "stop": 1175262809
        },
        {
            "start": 1175262811,
            "stop": 1175262815
        },
        {
            "start": 1175262820,
            "stop": 1175262830
        }
    ]
}