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=223
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=224",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=222",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 223,
    "results": [
        {
            "start": 1126873293,
            "stop": 1126873311
        },
        {
            "start": 1126873313,
            "stop": 1126873352
        },
        {
            "start": 1126873355,
            "stop": 1126873356
        },
        {
            "start": 1126873357,
            "stop": 1126873359
        },
        {
            "start": 1126873364,
            "stop": 1126873368
        },
        {
            "start": 1126873370,
            "stop": 1126873373
        },
        {
            "start": 1126873375,
            "stop": 1126873376
        },
        {
            "start": 1126873377,
            "stop": 1126873379
        },
        {
            "start": 1126873380,
            "stop": 1126873387
        },
        {
            "start": 1126873389,
            "stop": 1126873407
        },
        {
            "start": 1126873408,
            "stop": 1126873410
        },
        {
            "start": 1126873412,
            "stop": 1126873415
        },
        {
            "start": 1126873416,
            "stop": 1126873417
        },
        {
            "start": 1126873418,
            "stop": 1126873419
        },
        {
            "start": 1126873420,
            "stop": 1126873422
        },
        {
            "start": 1126873425,
            "stop": 1126873432
        },
        {
            "start": 1126873434,
            "stop": 1126873446
        },
        {
            "start": 1126873450,
            "stop": 1126873457
        },
        {
            "start": 1126873518,
            "stop": 1126873519
        },
        {
            "start": 1126873520,
            "stop": 1126873521
        }
    ]
}