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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=119",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 120,
    "results": [
        {
            "start": 818064393,
            "stop": 818064397
        },
        {
            "start": 818064400,
            "stop": 818064409
        },
        {
            "start": 818064412,
            "stop": 818064416
        },
        {
            "start": 818064431,
            "stop": 818064432
        },
        {
            "start": 818064435,
            "stop": 818064451
        },
        {
            "start": 818064454,
            "stop": 818064457
        },
        {
            "start": 818064460,
            "stop": 818064464
        },
        {
            "start": 818064475,
            "stop": 818064478
        },
        {
            "start": 818064487,
            "stop": 818064491
        },
        {
            "start": 818064497,
            "stop": 818064498
        },
        {
            "start": 818064503,
            "stop": 818064507
        },
        {
            "start": 818064525,
            "stop": 818064527
        },
        {
            "start": 818064533,
            "stop": 818064547
        },
        {
            "start": 818064550,
            "stop": 818064554
        },
        {
            "start": 818064558,
            "stop": 818064565
        },
        {
            "start": 818064573,
            "stop": 818064578
        },
        {
            "start": 818064581,
            "stop": 818064586
        },
        {
            "start": 818064589,
            "stop": 818064590
        },
        {
            "start": 818064593,
            "stop": 818064596
        },
        {
            "start": 818064604,
            "stop": 818064608
        }
    ]
}