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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5186",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5184",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5185,
    "results": [
        {
            "start": 1137025205,
            "stop": 1137025211
        },
        {
            "start": 1137025213,
            "stop": 1137025298
        },
        {
            "start": 1137025300,
            "stop": 1137025309
        },
        {
            "start": 1137025313,
            "stop": 1137025366
        },
        {
            "start": 1137025368,
            "stop": 1137025377
        },
        {
            "start": 1137025379,
            "stop": 1137025380
        },
        {
            "start": 1137025382,
            "stop": 1137025387
        },
        {
            "start": 1137025389,
            "stop": 1137025391
        },
        {
            "start": 1137025392,
            "stop": 1137025396
        },
        {
            "start": 1137025400,
            "stop": 1137025408
        },
        {
            "start": 1137025409,
            "stop": 1137025421
        },
        {
            "start": 1137025423,
            "stop": 1137025429
        },
        {
            "start": 1137025431,
            "stop": 1137025441
        },
        {
            "start": 1137025443,
            "stop": 1137025451
        },
        {
            "start": 1137025453,
            "stop": 1137025459
        },
        {
            "start": 1137025462,
            "stop": 1137025471
        },
        {
            "start": 1137025475,
            "stop": 1137025479
        },
        {
            "start": 1137025481,
            "stop": 1137025493
        },
        {
            "start": 1137025495,
            "stop": 1137025498
        },
        {
            "start": 1137025500,
            "stop": 1137025506
        }
    ]
}