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=267
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=268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=266",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 267,
    "results": [
        {
            "start": 828135914,
            "stop": 828135918
        },
        {
            "start": 828135922,
            "stop": 828135929
        },
        {
            "start": 828135931,
            "stop": 828135939
        },
        {
            "start": 828135941,
            "stop": 828135942
        },
        {
            "start": 828135944,
            "stop": 828135945
        },
        {
            "start": 828135947,
            "stop": 828135948
        },
        {
            "start": 828135950,
            "stop": 828135964
        },
        {
            "start": 828135968,
            "stop": 828135969
        },
        {
            "start": 828135971,
            "stop": 828135973
        },
        {
            "start": 828135975,
            "stop": 828135983
        },
        {
            "start": 828135987,
            "stop": 828135992
        },
        {
            "start": 828135994,
            "stop": 828135995
        },
        {
            "start": 828136000,
            "stop": 828136006
        },
        {
            "start": 828136010,
            "stop": 828136023
        },
        {
            "start": 828136025,
            "stop": 828136038
        },
        {
            "start": 828136041,
            "stop": 828136053
        },
        {
            "start": 828136055,
            "stop": 828136061
        },
        {
            "start": 828136066,
            "stop": 828136076
        },
        {
            "start": 828136078,
            "stop": 828136080
        },
        {
            "start": 828136083,
            "stop": 828136085
        }
    ]
}