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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=245",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 246,
    "results": [
        {
            "start": 852520981,
            "stop": 852559699
        },
        {
            "start": 852559741,
            "stop": 852559749
        },
        {
            "start": 852559771,
            "stop": 852563140
        },
        {
            "start": 852563164,
            "stop": 852563727
        },
        {
            "start": 852563746,
            "stop": 852564504
        },
        {
            "start": 852564529,
            "stop": 852564537
        },
        {
            "start": 852564556,
            "stop": 852565965
        },
        {
            "start": 852567776,
            "stop": 852568700
        },
        {
            "start": 852568810,
            "stop": 852568986
        },
        {
            "start": 852569005,
            "stop": 852569102
        },
        {
            "start": 852569344,
            "stop": 852569629
        },
        {
            "start": 852569648,
            "stop": 852569726
        },
        {
            "start": 852570029,
            "stop": 852570037
        },
        {
            "start": 852570057,
            "stop": 852571031
        },
        {
            "start": 852571050,
            "stop": 852571749
        },
        {
            "start": 852571806,
            "stop": 852573030
        },
        {
            "start": 852573090,
            "stop": 852574698
        },
        {
            "start": 852574717,
            "stop": 852574778
        },
        {
            "start": 852574938,
            "stop": 852574949
        },
        {
            "start": 852575010,
            "stop": 852575021
        }
    ]
}