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=294
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=295",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=293",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 294,
    "results": [
        {
            "start": 828590253,
            "stop": 828590283
        },
        {
            "start": 828590285,
            "stop": 828590297
        },
        {
            "start": 828590298,
            "stop": 828590302
        },
        {
            "start": 828590304,
            "stop": 828590309
        },
        {
            "start": 828590311,
            "stop": 828590315
        },
        {
            "start": 828590317,
            "stop": 828590322
        },
        {
            "start": 828590324,
            "stop": 828590335
        },
        {
            "start": 828590339,
            "stop": 828590340
        },
        {
            "start": 828590343,
            "stop": 828590387
        },
        {
            "start": 828590389,
            "stop": 828590418
        },
        {
            "start": 828590420,
            "stop": 828590451
        },
        {
            "start": 828590453,
            "stop": 828590484
        },
        {
            "start": 828590489,
            "stop": 828590511
        },
        {
            "start": 828590514,
            "stop": 828590516
        },
        {
            "start": 828590518,
            "stop": 828590531
        },
        {
            "start": 828590532,
            "stop": 828590541
        },
        {
            "start": 828590543,
            "stop": 828590545
        },
        {
            "start": 828590547,
            "stop": 828590550
        },
        {
            "start": 828590552,
            "stop": 828590572
        },
        {
            "start": 828590574,
            "stop": 828590577
        }
    ]
}