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/H2_CBCLOW_CAT3/segments?format=api&page=353
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=354",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=352",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 353,
    "results": [
        {
            "start": 821453148,
            "stop": 821453158
        },
        {
            "start": 821453161,
            "stop": 821453181
        },
        {
            "start": 821453184,
            "stop": 821453186
        },
        {
            "start": 821453189,
            "stop": 821453217
        },
        {
            "start": 821453220,
            "stop": 821453310
        },
        {
            "start": 821453313,
            "stop": 821453367
        },
        {
            "start": 821453371,
            "stop": 821453415
        },
        {
            "start": 821453418,
            "stop": 821453449
        },
        {
            "start": 821453456,
            "stop": 821453479
        },
        {
            "start": 821453482,
            "stop": 821453493
        },
        {
            "start": 821453496,
            "stop": 821453498
        },
        {
            "start": 821453501,
            "stop": 821453521
        },
        {
            "start": 821453524,
            "stop": 821453525
        },
        {
            "start": 821453528,
            "stop": 821453532
        },
        {
            "start": 821453536,
            "stop": 821453544
        },
        {
            "start": 821453551,
            "stop": 821453558
        },
        {
            "start": 821453561,
            "stop": 821453572
        },
        {
            "start": 821453575,
            "stop": 821453589
        },
        {
            "start": 821453592,
            "stop": 821453631
        },
        {
            "start": 821453634,
            "stop": 821453647
        }
    ]
}