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=38
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=39",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=37",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 38,
    "results": [
        {
            "start": 817191448,
            "stop": 817191649
        },
        {
            "start": 817191652,
            "stop": 817191686
        },
        {
            "start": 817191690,
            "stop": 817191786
        },
        {
            "start": 817191790,
            "stop": 817191804
        },
        {
            "start": 817191807,
            "stop": 817191825
        },
        {
            "start": 817191828,
            "stop": 817191832
        },
        {
            "start": 817191835,
            "stop": 817191842
        },
        {
            "start": 817191845,
            "stop": 817191966
        },
        {
            "start": 817191970,
            "stop": 817192020
        },
        {
            "start": 817192023,
            "stop": 817192087
        },
        {
            "start": 817192090,
            "stop": 817192175
        },
        {
            "start": 817192178,
            "stop": 817192216
        },
        {
            "start": 817192219,
            "stop": 817192417
        },
        {
            "start": 817192420,
            "stop": 817192455
        },
        {
            "start": 817192458,
            "stop": 817193769
        },
        {
            "start": 817193772,
            "stop": 817193974
        },
        {
            "start": 817193996,
            "stop": 817194000
        },
        {
            "start": 817194060,
            "stop": 817194094
        },
        {
            "start": 817194116,
            "stop": 817194199
        },
        {
            "start": 817194202,
            "stop": 817196340
        }
    ]
}