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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=364",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=362",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 363,
    "results": [
        {
            "start": 829403337,
            "stop": 829403339
        },
        {
            "start": 829403343,
            "stop": 829403372
        },
        {
            "start": 829403374,
            "stop": 829403382
        },
        {
            "start": 829403384,
            "stop": 829403391
        },
        {
            "start": 829403394,
            "stop": 829403400
        },
        {
            "start": 829403402,
            "stop": 829403408
        },
        {
            "start": 829403411,
            "stop": 829403429
        },
        {
            "start": 829403431,
            "stop": 829403450
        },
        {
            "start": 829403452,
            "stop": 829403455
        },
        {
            "start": 829403457,
            "stop": 829403472
        },
        {
            "start": 829403474,
            "stop": 829403476
        },
        {
            "start": 829403478,
            "stop": 829403486
        },
        {
            "start": 829403488,
            "stop": 829403490
        },
        {
            "start": 829403492,
            "stop": 829403496
        },
        {
            "start": 829403498,
            "stop": 829403507
        },
        {
            "start": 829403508,
            "stop": 829403510
        },
        {
            "start": 829403512,
            "stop": 829403513
        },
        {
            "start": 829403515,
            "stop": 829403524
        },
        {
            "start": 829403526,
            "stop": 829403529
        },
        {
            "start": 829403532,
            "stop": 829403541
        }
    ]
}