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=96
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=97",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=95",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 96,
    "results": [
        {
            "start": 819300449,
            "stop": 819300844
        },
        {
            "start": 819300847,
            "stop": 819304558
        },
        {
            "start": 819304561,
            "stop": 819305430
        },
        {
            "start": 819305447,
            "stop": 819305758
        },
        {
            "start": 819305775,
            "stop": 819305900
        },
        {
            "start": 819305917,
            "stop": 819306076
        },
        {
            "start": 819306105,
            "stop": 819306540
        },
        {
            "start": 819306600,
            "stop": 819306980
        },
        {
            "start": 819307001,
            "stop": 819307311
        },
        {
            "start": 819307380,
            "stop": 819307491
        },
        {
            "start": 819307495,
            "stop": 819307557
        },
        {
            "start": 819307574,
            "stop": 819307993
        },
        {
            "start": 819308240,
            "stop": 819308258
        },
        {
            "start": 819308368,
            "stop": 819308458
        },
        {
            "start": 819312017,
            "stop": 819313033
        },
        {
            "start": 819313797,
            "stop": 819314640
        },
        {
            "start": 819314657,
            "stop": 819316031
        },
        {
            "start": 819316143,
            "stop": 819316995
        },
        {
            "start": 819323264,
            "stop": 819324668
        },
        {
            "start": 819324863,
            "stop": 819325101
        }
    ]
}