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=301
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=302",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=300",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 301,
    "results": [
        {
            "start": 828833445,
            "stop": 828833457
        },
        {
            "start": 828833459,
            "stop": 828833464
        },
        {
            "start": 828833466,
            "stop": 828833479
        },
        {
            "start": 828833481,
            "stop": 828833485
        },
        {
            "start": 828833487,
            "stop": 828833508
        },
        {
            "start": 828833510,
            "stop": 828833527
        },
        {
            "start": 828833529,
            "stop": 828833547
        },
        {
            "start": 828833549,
            "stop": 828833559
        },
        {
            "start": 828833561,
            "stop": 828833572
        },
        {
            "start": 828833574,
            "stop": 828833578
        },
        {
            "start": 828833580,
            "stop": 828833595
        },
        {
            "start": 828833599,
            "stop": 828833603
        },
        {
            "start": 828833607,
            "stop": 828833609
        },
        {
            "start": 828833611,
            "stop": 828833617
        },
        {
            "start": 828833619,
            "stop": 828833626
        },
        {
            "start": 828833631,
            "stop": 828833644
        },
        {
            "start": 828833646,
            "stop": 828833648
        },
        {
            "start": 828833650,
            "stop": 828833682
        },
        {
            "start": 828833684,
            "stop": 828833686
        },
        {
            "start": 828833688,
            "stop": 828833700
        }
    ]
}