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_CAT2/segments?format=api&page=32
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=33",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=31",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 32,
    "results": [
        {
            "start": 819295717,
            "stop": 819299760
        },
        {
            "start": 819300449,
            "stop": 819308035
        },
        {
            "start": 819308240,
            "stop": 819308258
        },
        {
            "start": 819308368,
            "stop": 819308458
        },
        {
            "start": 819312017,
            "stop": 819313079
        },
        {
            "start": 819313797,
            "stop": 819316040
        },
        {
            "start": 819316143,
            "stop": 819317070
        },
        {
            "start": 819323264,
            "stop": 819324677
        },
        {
            "start": 819324863,
            "stop": 819325101
        },
        {
            "start": 819326844,
            "stop": 819335888
        },
        {
            "start": 819336002,
            "stop": 819345502
        },
        {
            "start": 819345505,
            "stop": 819346961
        },
        {
            "start": 819347043,
            "stop": 819347772
        },
        {
            "start": 819347775,
            "stop": 819347936
        },
        {
            "start": 819347939,
            "stop": 819348000
        },
        {
            "start": 819348110,
            "stop": 819348184
        },
        {
            "start": 819354505,
            "stop": 819358312
        },
        {
            "start": 819358366,
            "stop": 819362042
        },
        {
            "start": 819362242,
            "stop": 819362610
        },
        {
            "start": 819364026,
            "stop": 819370164
        }
    ]
}