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=441
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=442",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=440",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 441,
    "results": [
        {
            "start": 1182898992,
            "stop": 1182898994
        },
        {
            "start": 1182898995,
            "stop": 1182898999
        },
        {
            "start": 1182899003,
            "stop": 1182899005
        },
        {
            "start": 1182899012,
            "stop": 1182899018
        },
        {
            "start": 1182899019,
            "stop": 1182899040
        },
        {
            "start": 1182908130,
            "stop": 1182908741
        },
        {
            "start": 1182908744,
            "stop": 1182909758
        },
        {
            "start": 1182909762,
            "stop": 1182909983
        },
        {
            "start": 1182909985,
            "stop": 1182910103
        },
        {
            "start": 1182910105,
            "stop": 1182910709
        },
        {
            "start": 1182910713,
            "stop": 1182910714
        },
        {
            "start": 1182910723,
            "stop": 1182910992
        },
        {
            "start": 1182910994,
            "stop": 1182911825
        },
        {
            "start": 1182911828,
            "stop": 1182911830
        },
        {
            "start": 1182911832,
            "stop": 1182911833
        },
        {
            "start": 1182911835,
            "stop": 1182911921
        },
        {
            "start": 1182911923,
            "stop": 1182912230
        },
        {
            "start": 1182912234,
            "stop": 1182912460
        },
        {
            "start": 1182912463,
            "stop": 1182913418
        },
        {
            "start": 1182913420,
            "stop": 1182914085
        }
    ]
}