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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7451",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7449",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7450,
    "results": [
        {
            "start": 970047619,
            "stop": 970047627
        },
        {
            "start": 970047633,
            "stop": 970047647
        },
        {
            "start": 970047653,
            "stop": 970047660
        },
        {
            "start": 970047666,
            "stop": 970048129
        },
        {
            "start": 970048135,
            "stop": 970049061
        },
        {
            "start": 970049067,
            "stop": 970049468
        },
        {
            "start": 970049474,
            "stop": 970049476
        },
        {
            "start": 970049484,
            "stop": 970049490
        },
        {
            "start": 970049502,
            "stop": 970049516
        },
        {
            "start": 970049523,
            "stop": 970049525
        },
        {
            "start": 970049551,
            "stop": 970050130
        },
        {
            "start": 970050133,
            "stop": 970050217
        },
        {
            "start": 970050223,
            "stop": 970050230
        },
        {
            "start": 970050236,
            "stop": 970050685
        },
        {
            "start": 970050691,
            "stop": 970051713
        },
        {
            "start": 970051719,
            "stop": 970052129
        },
        {
            "start": 970052132,
            "stop": 970052768
        },
        {
            "start": 970052774,
            "stop": 970053108
        },
        {
            "start": 970053111,
            "stop": 970053692
        },
        {
            "start": 970053698,
            "stop": 970054325
        }
    ]
}