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/H1_CBCHIGH_CAT3/segments?format=api&page=678
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=679",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=677",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 678,
    "results": [
        {
            "start": 829712057,
            "stop": 829712170
        },
        {
            "start": 829712173,
            "stop": 829712252
        },
        {
            "start": 829712255,
            "stop": 829712297
        },
        {
            "start": 829712300,
            "stop": 829712328
        },
        {
            "start": 829712331,
            "stop": 829715021
        },
        {
            "start": 829715024,
            "stop": 829715429
        },
        {
            "start": 829715433,
            "stop": 829715507
        },
        {
            "start": 829715510,
            "stop": 829717210
        },
        {
            "start": 829717227,
            "stop": 829718790
        },
        {
            "start": 829718940,
            "stop": 829720965
        },
        {
            "start": 829720982,
            "stop": 829721359
        },
        {
            "start": 829721376,
            "stop": 829724225
        },
        {
            "start": 829724228,
            "stop": 829725418
        },
        {
            "start": 829725422,
            "stop": 829725920
        },
        {
            "start": 829728962,
            "stop": 829730518
        },
        {
            "start": 829730522,
            "stop": 829731690
        },
        {
            "start": 829731694,
            "stop": 829732337
        },
        {
            "start": 829732340,
            "stop": 829734259
        },
        {
            "start": 829734263,
            "stop": 829734644
        },
        {
            "start": 829734648,
            "stop": 829735055
        }
    ]
}