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=550
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=551",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=549",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 550,
    "results": [
        {
            "start": 827233956,
            "stop": 827233976
        },
        {
            "start": 827233985,
            "stop": 827233991
        },
        {
            "start": 827233994,
            "stop": 827234039
        },
        {
            "start": 827234043,
            "stop": 827234124
        },
        {
            "start": 827234138,
            "stop": 827234144
        },
        {
            "start": 827234162,
            "stop": 827234173
        },
        {
            "start": 827234181,
            "stop": 827234197
        },
        {
            "start": 827234217,
            "stop": 827234221
        },
        {
            "start": 827234230,
            "stop": 827234235
        },
        {
            "start": 827234244,
            "stop": 827234259
        },
        {
            "start": 827234268,
            "stop": 827234279
        },
        {
            "start": 827234287,
            "stop": 827234327
        },
        {
            "start": 827234331,
            "stop": 827234356
        },
        {
            "start": 827234360,
            "stop": 827234374
        },
        {
            "start": 827234378,
            "stop": 827234387
        },
        {
            "start": 827234398,
            "stop": 827234437
        },
        {
            "start": 827234446,
            "stop": 827234452
        },
        {
            "start": 827234461,
            "stop": 827234472
        },
        {
            "start": 827234475,
            "stop": 827234486
        },
        {
            "start": 827234490,
            "stop": 827234495
        }
    ]
}