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/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=274
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=273",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 274,
    "results": [
        {
            "start": 935204561,
            "stop": 935204565
        },
        {
            "start": 935204567,
            "stop": 935204583
        },
        {
            "start": 935204586,
            "stop": 935204592
        },
        {
            "start": 935204595,
            "stop": 935204612
        },
        {
            "start": 935204614,
            "stop": 935204618
        },
        {
            "start": 935204621,
            "stop": 935204635
        },
        {
            "start": 935204639,
            "stop": 935208159
        },
        {
            "start": 935208161,
            "stop": 935208165
        },
        {
            "start": 935208168,
            "stop": 935208185
        },
        {
            "start": 935208187,
            "stop": 935208213
        },
        {
            "start": 935208215,
            "stop": 935208219
        },
        {
            "start": 935208221,
            "stop": 935208236
        },
        {
            "start": 935208240,
            "stop": 935209419
        },
        {
            "start": 935209426,
            "stop": 935210231
        },
        {
            "start": 935212593,
            "stop": 935214364
        },
        {
            "start": 935215876,
            "stop": 935218960
        },
        {
            "start": 935218962,
            "stop": 935218987
        },
        {
            "start": 935218989,
            "stop": 935219016
        },
        {
            "start": 935219019,
            "stop": 935219023
        },
        {
            "start": 935219025,
            "stop": 935219040
        }
    ]
}