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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=242",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=240",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 241,
    "results": [
        {
            "start": 933887055,
            "stop": 933890100
        },
        {
            "start": 933890102,
            "stop": 933890415
        },
        {
            "start": 933890655,
            "stop": 933894015
        },
        {
            "start": 933894255,
            "stop": 933895690
        },
        {
            "start": 933897396,
            "stop": 933897428
        },
        {
            "start": 933897447,
            "stop": 933897615
        },
        {
            "start": 933897855,
            "stop": 933900329
        },
        {
            "start": 933900331,
            "stop": 933900348
        },
        {
            "start": 933900350,
            "stop": 933901215
        },
        {
            "start": 933901455,
            "stop": 933904815
        },
        {
            "start": 933905055,
            "stop": 933907018
        },
        {
            "start": 933909120,
            "stop": 933912015
        },
        {
            "start": 933912255,
            "stop": 933913203
        },
        {
            "start": 933919242,
            "stop": 933919350
        },
        {
            "start": 933919358,
            "stop": 933919364
        },
        {
            "start": 933919366,
            "stop": 933919369
        },
        {
            "start": 933919372,
            "stop": 933919373
        },
        {
            "start": 933919375,
            "stop": 933919379
        },
        {
            "start": 933919382,
            "stop": 933919388
        },
        {
            "start": 933919391,
            "stop": 933919407
        }
    ]
}