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=300
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=301",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=299",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 300,
    "results": [
        {
            "start": 828706810,
            "stop": 828707386
        },
        {
            "start": 828707388,
            "stop": 828707398
        },
        {
            "start": 828707400,
            "stop": 828710165
        },
        {
            "start": 828710470,
            "stop": 828712760
        },
        {
            "start": 828714163,
            "stop": 828714227
        },
        {
            "start": 828714233,
            "stop": 828714237
        },
        {
            "start": 828714243,
            "stop": 828716465
        },
        {
            "start": 828757926,
            "stop": 828758447
        },
        {
            "start": 828758557,
            "stop": 828758597
        },
        {
            "start": 828759197,
            "stop": 828791287
        },
        {
            "start": 828791375,
            "stop": 828796664
        },
        {
            "start": 828797127,
            "stop": 828798856
        },
        {
            "start": 828798966,
            "stop": 828799000
        },
        {
            "start": 828799003,
            "stop": 828799120
        },
        {
            "start": 828799740,
            "stop": 828800595
        },
        {
            "start": 828800600,
            "stop": 828800614
        },
        {
            "start": 828801482,
            "stop": 828801637
        },
        {
            "start": 828802109,
            "stop": 828802478
        },
        {
            "start": 828802588,
            "stop": 828802626
        },
        {
            "start": 828833440,
            "stop": 828833443
        }
    ]
}