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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=127",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 128,
    "results": [
        {
            "start": 818068426,
            "stop": 818068427
        },
        {
            "start": 818068430,
            "stop": 818068432
        },
        {
            "start": 818068435,
            "stop": 818068438
        },
        {
            "start": 818068442,
            "stop": 818068445
        },
        {
            "start": 818068448,
            "stop": 818068450
        },
        {
            "start": 818068454,
            "stop": 818068458
        },
        {
            "start": 818068462,
            "stop": 818068464
        },
        {
            "start": 818068467,
            "stop": 818068476
        },
        {
            "start": 818068491,
            "stop": 818068492
        },
        {
            "start": 818068495,
            "stop": 818068496
        },
        {
            "start": 818068501,
            "stop": 818068502
        },
        {
            "start": 818068513,
            "stop": 818068530
        },
        {
            "start": 818068542,
            "stop": 818068553
        },
        {
            "start": 818068557,
            "stop": 818068558
        },
        {
            "start": 818068562,
            "stop": 818068565
        },
        {
            "start": 818068571,
            "stop": 818068577
        },
        {
            "start": 818068585,
            "stop": 818068590
        },
        {
            "start": 818068593,
            "stop": 818068598
        },
        {
            "start": 818068601,
            "stop": 818068604
        },
        {
            "start": 818068607,
            "stop": 818068612
        }
    ]
}