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=299
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=300",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=298",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 299,
    "results": [
        {
            "start": 828600031,
            "stop": 828608630
        },
        {
            "start": 828608632,
            "stop": 828615880
        },
        {
            "start": 828618282,
            "stop": 828619900
        },
        {
            "start": 828705572,
            "stop": 828705576
        },
        {
            "start": 828705578,
            "stop": 828705599
        },
        {
            "start": 828705601,
            "stop": 828705849
        },
        {
            "start": 828705851,
            "stop": 828705878
        },
        {
            "start": 828705880,
            "stop": 828705892
        },
        {
            "start": 828705894,
            "stop": 828705898
        },
        {
            "start": 828705900,
            "stop": 828705906
        },
        {
            "start": 828705908,
            "stop": 828705954
        },
        {
            "start": 828705956,
            "stop": 828706019
        },
        {
            "start": 828706270,
            "stop": 828706308
        },
        {
            "start": 828706310,
            "stop": 828706333
        },
        {
            "start": 828706335,
            "stop": 828706671
        },
        {
            "start": 828706673,
            "stop": 828706675
        },
        {
            "start": 828706677,
            "stop": 828706709
        },
        {
            "start": 828706711,
            "stop": 828706727
        },
        {
            "start": 828706729,
            "stop": 828706782
        },
        {
            "start": 828706784,
            "stop": 828706808
        }
    ]
}