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=318
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=319",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=317",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 318,
    "results": [
        {
            "start": 828902333,
            "stop": 828902334
        },
        {
            "start": 828902336,
            "stop": 828902338
        },
        {
            "start": 828902342,
            "stop": 828902347
        },
        {
            "start": 828902353,
            "stop": 828902354
        },
        {
            "start": 828902356,
            "stop": 828902358
        },
        {
            "start": 828902362,
            "stop": 828902363
        },
        {
            "start": 828902365,
            "stop": 828902369
        },
        {
            "start": 828902372,
            "stop": 828902375
        },
        {
            "start": 828902379,
            "stop": 828902389
        },
        {
            "start": 828902392,
            "stop": 828902394
        },
        {
            "start": 828902400,
            "stop": 828902401
        },
        {
            "start": 828902403,
            "stop": 828902408
        },
        {
            "start": 828902411,
            "stop": 828902415
        },
        {
            "start": 828902417,
            "stop": 828902419
        },
        {
            "start": 828902426,
            "stop": 828902431
        },
        {
            "start": 828902433,
            "stop": 828902435
        },
        {
            "start": 828902439,
            "stop": 828902445
        },
        {
            "start": 828902447,
            "stop": 828902450
        },
        {
            "start": 828902453,
            "stop": 828902458
        },
        {
            "start": 828902463,
            "stop": 828902465
        }
    ]
}