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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=476",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=474",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 475,
    "results": [
        {
            "start": 1183334481,
            "stop": 1183334848
        },
        {
            "start": 1183334850,
            "stop": 1183335264
        },
        {
            "start": 1183336511,
            "stop": 1183336640
        },
        {
            "start": 1183336642,
            "stop": 1183336737
        },
        {
            "start": 1183336739,
            "stop": 1183336888
        },
        {
            "start": 1183336890,
            "stop": 1183336893
        },
        {
            "start": 1183336899,
            "stop": 1183337019
        },
        {
            "start": 1183337021,
            "stop": 1183337022
        },
        {
            "start": 1183337048,
            "stop": 1183337050
        },
        {
            "start": 1183337053,
            "stop": 1183337054
        },
        {
            "start": 1183337058,
            "stop": 1183337172
        },
        {
            "start": 1183337294,
            "stop": 1183337387
        },
        {
            "start": 1183337389,
            "stop": 1183337450
        },
        {
            "start": 1183337456,
            "stop": 1183337457
        },
        {
            "start": 1183337459,
            "stop": 1183337464
        },
        {
            "start": 1183337466,
            "stop": 1183337557
        },
        {
            "start": 1183337559,
            "stop": 1183337560
        },
        {
            "start": 1183337562,
            "stop": 1183337591
        },
        {
            "start": 1183337593,
            "stop": 1183337673
        },
        {
            "start": 1183337675,
            "stop": 1183337676
        }
    ]
}