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=90
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=91",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=89",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 90,
    "results": [
        {
            "start": 1174403997,
            "stop": 1174405033
        },
        {
            "start": 1174405510,
            "stop": 1174419065
        },
        {
            "start": 1174419069,
            "stop": 1174422117
        },
        {
            "start": 1174423522,
            "stop": 1174423536
        },
        {
            "start": 1174423538,
            "stop": 1174423669
        },
        {
            "start": 1174423672,
            "stop": 1174424064
        },
        {
            "start": 1174424069,
            "stop": 1174424085
        },
        {
            "start": 1174424090,
            "stop": 1174424091
        },
        {
            "start": 1174424094,
            "stop": 1174424150
        },
        {
            "start": 1174424153,
            "stop": 1174424154
        },
        {
            "start": 1174424158,
            "stop": 1174424160
        },
        {
            "start": 1174424163,
            "stop": 1174424299
        },
        {
            "start": 1174424302,
            "stop": 1174424306
        },
        {
            "start": 1174424309,
            "stop": 1174424324
        },
        {
            "start": 1174424332,
            "stop": 1174424333
        },
        {
            "start": 1174424335,
            "stop": 1174424382
        },
        {
            "start": 1174424400,
            "stop": 1174424404
        },
        {
            "start": 1174424408,
            "stop": 1174424739
        },
        {
            "start": 1174424740,
            "stop": 1174424741
        },
        {
            "start": 1174424743,
            "stop": 1174426021
        }
    ]
}