Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=97
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=96",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 97,
    "results": [
        {
            "start": 819326844,
            "stop": 819327305
        },
        {
            "start": 819327322,
            "stop": 819328592
        },
        {
            "start": 819328609,
            "stop": 819335888
        },
        {
            "start": 819336002,
            "stop": 819339433
        },
        {
            "start": 819339436,
            "stop": 819343989
        },
        {
            "start": 819343992,
            "stop": 819345166
        },
        {
            "start": 819345183,
            "stop": 819345502
        },
        {
            "start": 819345505,
            "stop": 819345772
        },
        {
            "start": 819345775,
            "stop": 819346961
        },
        {
            "start": 819347043,
            "stop": 819347595
        },
        {
            "start": 819347598,
            "stop": 819347772
        },
        {
            "start": 819347775,
            "stop": 819347936
        },
        {
            "start": 819347939,
            "stop": 819348000
        },
        {
            "start": 819348110,
            "stop": 819348184
        },
        {
            "start": 819354505,
            "stop": 819354918
        },
        {
            "start": 819354921,
            "stop": 819357384
        },
        {
            "start": 819357387,
            "stop": 819358273
        },
        {
            "start": 819358366,
            "stop": 819362031
        },
        {
            "start": 819362242,
            "stop": 819362340
        },
        {
            "start": 819362400,
            "stop": 819362523
        }
    ]
}