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=333
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=334",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=332",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 333,
    "results": [
        {
            "start": 828993279,
            "stop": 828993286
        },
        {
            "start": 828993288,
            "stop": 828993314
        },
        {
            "start": 828993316,
            "stop": 828993329
        },
        {
            "start": 828993331,
            "stop": 828993340
        },
        {
            "start": 828993344,
            "stop": 828993378
        },
        {
            "start": 828993380,
            "stop": 828993383
        },
        {
            "start": 828993385,
            "stop": 828993389
        },
        {
            "start": 828993391,
            "stop": 828993394
        },
        {
            "start": 828993396,
            "stop": 828993412
        },
        {
            "start": 828993414,
            "stop": 828993415
        },
        {
            "start": 828993417,
            "stop": 828993419
        },
        {
            "start": 828993421,
            "stop": 828993428
        },
        {
            "start": 828993430,
            "stop": 828993454
        },
        {
            "start": 828993456,
            "stop": 828993466
        },
        {
            "start": 828993468,
            "stop": 828993473
        },
        {
            "start": 828993475,
            "stop": 828993479
        },
        {
            "start": 828993481,
            "stop": 828993493
        },
        {
            "start": 828993495,
            "stop": 828993780
        },
        {
            "start": 828993782,
            "stop": 828993830
        },
        {
            "start": 828993843,
            "stop": 828993845
        }
    ]
}