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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=223",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=221",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 222,
    "results": [
        {
            "start": 821669225,
            "stop": 821669241
        },
        {
            "start": 821669246,
            "stop": 821669250
        },
        {
            "start": 821669253,
            "stop": 821669268
        },
        {
            "start": 821669271,
            "stop": 821669278
        },
        {
            "start": 821669282,
            "stop": 821669284
        },
        {
            "start": 821669287,
            "stop": 821669310
        },
        {
            "start": 821669315,
            "stop": 821669319
        },
        {
            "start": 821669322,
            "stop": 821669323
        },
        {
            "start": 821669326,
            "stop": 821669328
        },
        {
            "start": 821669331,
            "stop": 821669332
        },
        {
            "start": 821669335,
            "stop": 821669374
        },
        {
            "start": 821669380,
            "stop": 821669385
        },
        {
            "start": 821669388,
            "stop": 821669400
        },
        {
            "start": 821669403,
            "stop": 821669405
        },
        {
            "start": 821669408,
            "stop": 821669418
        },
        {
            "start": 821669421,
            "stop": 821669423
        },
        {
            "start": 821669426,
            "stop": 821669431
        },
        {
            "start": 821669434,
            "stop": 821669441
        },
        {
            "start": 821669444,
            "stop": 821669486
        },
        {
            "start": 821669489,
            "stop": 821669523
        }
    ]
}