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=296
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=297",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=295",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 296,
    "results": [
        {
            "start": 1178031329,
            "stop": 1178031546
        },
        {
            "start": 1178031547,
            "stop": 1178031550
        },
        {
            "start": 1178031551,
            "stop": 1178032356
        },
        {
            "start": 1178032357,
            "stop": 1178032712
        },
        {
            "start": 1178032714,
            "stop": 1178032922
        },
        {
            "start": 1178032925,
            "stop": 1178033062
        },
        {
            "start": 1178033063,
            "stop": 1178033065
        },
        {
            "start": 1178033066,
            "stop": 1178033094
        },
        {
            "start": 1178033097,
            "stop": 1178036368
        },
        {
            "start": 1178036371,
            "stop": 1178037988
        },
        {
            "start": 1178037991,
            "stop": 1178038722
        },
        {
            "start": 1178038725,
            "stop": 1178038747
        },
        {
            "start": 1178038750,
            "stop": 1178039249
        },
        {
            "start": 1178039252,
            "stop": 1178039337
        },
        {
            "start": 1178039340,
            "stop": 1178041230
        },
        {
            "start": 1178041234,
            "stop": 1178041235
        },
        {
            "start": 1178041239,
            "stop": 1178041673
        },
        {
            "start": 1178041674,
            "stop": 1178041675
        },
        {
            "start": 1178041676,
            "stop": 1178041789
        },
        {
            "start": 1178041790,
            "stop": 1178041794
        }
    ]
}