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=442
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=443",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=441",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 442,
    "results": [
        {
            "start": 1182914095,
            "stop": 1182914682
        },
        {
            "start": 1182914686,
            "stop": 1182914785
        },
        {
            "start": 1182914787,
            "stop": 1182915124
        },
        {
            "start": 1182915126,
            "stop": 1182916142
        },
        {
            "start": 1182916146,
            "stop": 1182916797
        },
        {
            "start": 1182916801,
            "stop": 1182916907
        },
        {
            "start": 1182916909,
            "stop": 1182917875
        },
        {
            "start": 1182917877,
            "stop": 1182921712
        },
        {
            "start": 1182921716,
            "stop": 1182922126
        },
        {
            "start": 1182922128,
            "stop": 1182923089
        },
        {
            "start": 1182923093,
            "stop": 1182924414
        },
        {
            "start": 1182924416,
            "stop": 1182925040
        },
        {
            "start": 1182925043,
            "stop": 1182925150
        },
        {
            "start": 1182925152,
            "stop": 1182925596
        },
        {
            "start": 1182925598,
            "stop": 1182925998
        },
        {
            "start": 1182926000,
            "stop": 1182926585
        },
        {
            "start": 1182926587,
            "stop": 1182926711
        },
        {
            "start": 1182926713,
            "stop": 1182927933
        },
        {
            "start": 1182927935,
            "stop": 1182929054
        },
        {
            "start": 1182929056,
            "stop": 1182929794
        }
    ]
}