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=389
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=390",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=388",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 389,
    "results": [
        {
            "start": 829637224,
            "stop": 829637225
        },
        {
            "start": 829637228,
            "stop": 829637229
        },
        {
            "start": 829637233,
            "stop": 829637237
        },
        {
            "start": 829637244,
            "stop": 829637247
        },
        {
            "start": 829637252,
            "stop": 829637253
        },
        {
            "start": 829637255,
            "stop": 829637256
        },
        {
            "start": 829637260,
            "stop": 829637263
        },
        {
            "start": 829637269,
            "stop": 829637271
        },
        {
            "start": 829637275,
            "stop": 829637277
        },
        {
            "start": 829637280,
            "stop": 829637282
        },
        {
            "start": 829637289,
            "stop": 829637292
        },
        {
            "start": 829637294,
            "stop": 829637296
        },
        {
            "start": 829637307,
            "stop": 829637308
        },
        {
            "start": 829637309,
            "stop": 829637311
        },
        {
            "start": 829637318,
            "stop": 829637319
        },
        {
            "start": 829637321,
            "stop": 829637324
        },
        {
            "start": 829637327,
            "stop": 829637328
        },
        {
            "start": 829637332,
            "stop": 829637334
        },
        {
            "start": 829637341,
            "stop": 829637343
        },
        {
            "start": 829637347,
            "stop": 829637349
        }
    ]
}