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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=252",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 253,
    "results": [
        {
            "start": 1178030606,
            "stop": 1178030844
        },
        {
            "start": 1178030845,
            "stop": 1178030916
        },
        {
            "start": 1178030917,
            "stop": 1178031261
        },
        {
            "start": 1178031262,
            "stop": 1178031328
        },
        {
            "start": 1178031329,
            "stop": 1178031546
        },
        {
            "start": 1178031547,
            "stop": 1178031550
        },
        {
            "start": 1178031551,
            "stop": 1178032356
        },
        {
            "start": 1178032357,
            "stop": 1178032712
        },
        {
            "start": 1178032714,
            "stop": 1178032922
        },
        {
            "start": 1178032924,
            "stop": 1178033062
        },
        {
            "start": 1178033063,
            "stop": 1178033065
        },
        {
            "start": 1178033066,
            "stop": 1178033094
        },
        {
            "start": 1178033096,
            "stop": 1178036368
        },
        {
            "start": 1178036370,
            "stop": 1178037988
        },
        {
            "start": 1178037990,
            "stop": 1178038722
        },
        {
            "start": 1178038725,
            "stop": 1178038747
        },
        {
            "start": 1178038749,
            "stop": 1178039249
        },
        {
            "start": 1178039251,
            "stop": 1178039337
        },
        {
            "start": 1178039339,
            "stop": 1178041230
        },
        {
            "start": 1178041234,
            "stop": 1178041235
        }
    ]
}