Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=197
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=196",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 197,
    "results": [
        {
            "start": 819936679,
            "stop": 819938107
        },
        {
            "start": 819938349,
            "stop": 819940246
        },
        {
            "start": 819940366,
            "stop": 819941221
        },
        {
            "start": 819941341,
            "stop": 819942703
        },
        {
            "start": 819942706,
            "stop": 819942871
        },
        {
            "start": 819942874,
            "stop": 819946121
        },
        {
            "start": 819946124,
            "stop": 819946702
        },
        {
            "start": 819946822,
            "stop": 819947828
        },
        {
            "start": 819947832,
            "stop": 819949344
        },
        {
            "start": 819949376,
            "stop": 819950691
        },
        {
            "start": 819950695,
            "stop": 819951074
        },
        {
            "start": 819951078,
            "stop": 819951703
        },
        {
            "start": 819951823,
            "stop": 819952675
        },
        {
            "start": 819952795,
            "stop": 819952832
        },
        {
            "start": 819952835,
            "stop": 819952960
        },
        {
            "start": 819952963,
            "stop": 819953205
        },
        {
            "start": 819953325,
            "stop": 819953596
        },
        {
            "start": 819953599,
            "stop": 819953849
        },
        {
            "start": 819953852,
            "stop": 819953898
        },
        {
            "start": 819953901,
            "stop": 819954248
        }
    ]
}