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=312
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=313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=311",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 312,
    "results": [
        {
            "start": 828901290,
            "stop": 828901291
        },
        {
            "start": 828901293,
            "stop": 828901295
        },
        {
            "start": 828901298,
            "stop": 828901305
        },
        {
            "start": 828901307,
            "stop": 828901312
        },
        {
            "start": 828901322,
            "stop": 828901324
        },
        {
            "start": 828901328,
            "stop": 828901329
        },
        {
            "start": 828901331,
            "stop": 828901340
        },
        {
            "start": 828901344,
            "stop": 828901348
        },
        {
            "start": 828901357,
            "stop": 828901358
        },
        {
            "start": 828901361,
            "stop": 828901366
        },
        {
            "start": 828901369,
            "stop": 828901372
        },
        {
            "start": 828901376,
            "stop": 828901378
        },
        {
            "start": 828901383,
            "stop": 828901384
        },
        {
            "start": 828901390,
            "stop": 828901391
        },
        {
            "start": 828901393,
            "stop": 828901396
        },
        {
            "start": 828901401,
            "stop": 828901409
        },
        {
            "start": 828901411,
            "stop": 828901412
        },
        {
            "start": 828901419,
            "stop": 828901422
        },
        {
            "start": 828901427,
            "stop": 828901430
        },
        {
            "start": 828901432,
            "stop": 828901433
        }
    ]
}