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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=27",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 28,
    "results": [
        {
            "start": 816288137,
            "stop": 816288138
        },
        {
            "start": 816288142,
            "stop": 816288143
        },
        {
            "start": 816288149,
            "stop": 816288151
        },
        {
            "start": 816288158,
            "stop": 816288169
        },
        {
            "start": 816288176,
            "stop": 816288199
        },
        {
            "start": 816288204,
            "stop": 816288207
        },
        {
            "start": 816288218,
            "stop": 816288241
        },
        {
            "start": 816288248,
            "stop": 816288260
        },
        {
            "start": 816288263,
            "stop": 816288325
        },
        {
            "start": 816288329,
            "stop": 816288360
        },
        {
            "start": 816288368,
            "stop": 816288370
        },
        {
            "start": 816288383,
            "stop": 816288451
        },
        {
            "start": 816288458,
            "stop": 816288460
        },
        {
            "start": 816288466,
            "stop": 816288553
        },
        {
            "start": 816303755,
            "stop": 816303758
        },
        {
            "start": 816303764,
            "stop": 816303766
        },
        {
            "start": 816303772,
            "stop": 816303793
        },
        {
            "start": 816303818,
            "stop": 816303820
        },
        {
            "start": 816303826,
            "stop": 816303831
        },
        {
            "start": 816303835,
            "stop": 816303840
        }
    ]
}