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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=697",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=695",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 696,
    "results": [
        {
            "start": 1248762807,
            "stop": 1248762835
        },
        {
            "start": 1248762840,
            "stop": 1248762851
        },
        {
            "start": 1248762854,
            "stop": 1248762857
        },
        {
            "start": 1248762858,
            "stop": 1248762863
        },
        {
            "start": 1248762869,
            "stop": 1248762876
        },
        {
            "start": 1248762877,
            "stop": 1248762880
        },
        {
            "start": 1248762884,
            "stop": 1248763149
        },
        {
            "start": 1248763154,
            "stop": 1248763156
        },
        {
            "start": 1248763161,
            "stop": 1248763176
        },
        {
            "start": 1248763180,
            "stop": 1248763189
        },
        {
            "start": 1248763195,
            "stop": 1248763242
        },
        {
            "start": 1248763247,
            "stop": 1248763287
        },
        {
            "start": 1248763292,
            "stop": 1248763388
        },
        {
            "start": 1248763392,
            "stop": 1248763397
        },
        {
            "start": 1248763398,
            "stop": 1248763419
        },
        {
            "start": 1248763426,
            "stop": 1248763479
        },
        {
            "start": 1248763482,
            "stop": 1248763483
        },
        {
            "start": 1248763488,
            "stop": 1248763521
        },
        {
            "start": 1248763524,
            "stop": 1248763538
        },
        {
            "start": 1248763543,
            "stop": 1248763547
        }
    ]
}