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=284
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=285",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=283",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 284,
    "results": [
        {
            "start": 935438543,
            "stop": 935438561
        },
        {
            "start": 935438563,
            "stop": 935438569
        },
        {
            "start": 935438571,
            "stop": 935438586
        },
        {
            "start": 935438588,
            "stop": 935438615
        },
        {
            "start": 935438617,
            "stop": 935438622
        },
        {
            "start": 935438624,
            "stop": 935438638
        },
        {
            "start": 935438643,
            "stop": 935440013
        },
        {
            "start": 935441697,
            "stop": 935442160
        },
        {
            "start": 935442162,
            "stop": 935442169
        },
        {
            "start": 935442172,
            "stop": 935442186
        },
        {
            "start": 935442188,
            "stop": 935442214
        },
        {
            "start": 935442216,
            "stop": 935442220
        },
        {
            "start": 935442222,
            "stop": 935442229
        },
        {
            "start": 935442231,
            "stop": 935442236
        },
        {
            "start": 935442241,
            "stop": 935443690
        },
        {
            "start": 935443696,
            "stop": 935443997
        },
        {
            "start": 935453782,
            "stop": 935456758
        },
        {
            "start": 935456819,
            "stop": 935460320
        },
        {
            "start": 935464161,
            "stop": 935475997
        },
        {
            "start": 935478488,
            "stop": 935491262
        }
    ]
}