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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7504",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7502",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7503,
    "results": [
        {
            "start": 970238761,
            "stop": 970238809
        },
        {
            "start": 970238812,
            "stop": 970238814
        },
        {
            "start": 970238821,
            "stop": 970238823
        },
        {
            "start": 970238826,
            "stop": 970238836
        },
        {
            "start": 970238956,
            "stop": 970239014
        },
        {
            "start": 970239017,
            "stop": 970239114
        },
        {
            "start": 970239135,
            "stop": 970239155
        },
        {
            "start": 970239158,
            "stop": 970239237
        },
        {
            "start": 970242019,
            "stop": 970242020
        },
        {
            "start": 970242023,
            "stop": 970242171
        },
        {
            "start": 970242174,
            "stop": 970242175
        },
        {
            "start": 970242181,
            "stop": 970242313
        },
        {
            "start": 970242316,
            "stop": 970242366
        },
        {
            "start": 970242369,
            "stop": 970242376
        },
        {
            "start": 970242459,
            "stop": 970242565
        },
        {
            "start": 970242569,
            "stop": 970242578
        },
        {
            "start": 970242581,
            "stop": 970242616
        },
        {
            "start": 970242736,
            "stop": 970242739
        },
        {
            "start": 970242821,
            "stop": 970242835
        },
        {
            "start": 970242846,
            "stop": 970243079
        }
    ]
}