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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=277",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=275",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 276,
    "results": [
        {
            "start": 931167404,
            "stop": 931167407
        },
        {
            "start": 931167410,
            "stop": 931167413
        },
        {
            "start": 931167416,
            "stop": 931167418
        },
        {
            "start": 931167421,
            "stop": 931167422
        },
        {
            "start": 931167424,
            "stop": 931167428
        },
        {
            "start": 931167429,
            "stop": 931167430
        },
        {
            "start": 931167431,
            "stop": 931167432
        },
        {
            "start": 931167437,
            "stop": 931167440
        },
        {
            "start": 931167444,
            "stop": 931167455
        },
        {
            "start": 931167456,
            "stop": 931167457
        },
        {
            "start": 931167459,
            "stop": 931167461
        },
        {
            "start": 931167463,
            "stop": 931167464
        },
        {
            "start": 931167466,
            "stop": 931167469
        },
        {
            "start": 931167470,
            "stop": 931167473
        },
        {
            "start": 931167474,
            "stop": 931167475
        },
        {
            "start": 931167476,
            "stop": 931167485
        },
        {
            "start": 931167486,
            "stop": 931167487
        },
        {
            "start": 931167489,
            "stop": 931167495
        },
        {
            "start": 931167497,
            "stop": 931167499
        },
        {
            "start": 931167502,
            "stop": 931167505
        }
    ]
}