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=16
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=17",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=15",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 16,
    "results": [
        {
            "start": 817367200,
            "stop": 817367207
        },
        {
            "start": 817367215,
            "stop": 817398365
        },
        {
            "start": 817404620,
            "stop": 817404998
        },
        {
            "start": 817405819,
            "stop": 817408088
        },
        {
            "start": 817408137,
            "stop": 817412722
        },
        {
            "start": 817412728,
            "stop": 817412739
        },
        {
            "start": 817414689,
            "stop": 817417665
        },
        {
            "start": 817417918,
            "stop": 817417958
        },
        {
            "start": 817418071,
            "stop": 817419802
        },
        {
            "start": 817419877,
            "stop": 817423350
        },
        {
            "start": 817424327,
            "stop": 817424565
        },
        {
            "start": 817424570,
            "stop": 817425690
        },
        {
            "start": 817425750,
            "stop": 817425752
        },
        {
            "start": 817427752,
            "stop": 817430265
        },
        {
            "start": 817430270,
            "stop": 817430272
        },
        {
            "start": 817430278,
            "stop": 817430292
        },
        {
            "start": 817430300,
            "stop": 817430305
        },
        {
            "start": 817430310,
            "stop": 817430322
        },
        {
            "start": 817430328,
            "stop": 817430357
        },
        {
            "start": 817430370,
            "stop": 817431882
        }
    ]
}