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=51
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=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=50",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 51,
    "results": [
        {
            "start": 817358333,
            "stop": 817361640
        },
        {
            "start": 817361643,
            "stop": 817362356
        },
        {
            "start": 817363929,
            "stop": 817367160
        },
        {
            "start": 817367280,
            "stop": 817370251
        },
        {
            "start": 817370255,
            "stop": 817371732
        },
        {
            "start": 817371749,
            "stop": 817378069
        },
        {
            "start": 817378086,
            "stop": 817391717
        },
        {
            "start": 817391721,
            "stop": 817392913
        },
        {
            "start": 817392930,
            "stop": 817396983
        },
        {
            "start": 817397000,
            "stop": 817398356
        },
        {
            "start": 817404620,
            "stop": 817404822
        },
        {
            "start": 817404825,
            "stop": 817404880
        },
        {
            "start": 817405819,
            "stop": 817405946
        },
        {
            "start": 817405949,
            "stop": 817406034
        },
        {
            "start": 817406037,
            "stop": 817406224
        },
        {
            "start": 817406241,
            "stop": 817407521
        },
        {
            "start": 817407538,
            "stop": 817408088
        },
        {
            "start": 817408137,
            "stop": 817408395
        },
        {
            "start": 817408412,
            "stop": 817409549
        },
        {
            "start": 817409566,
            "stop": 817409869
        }
    ]
}