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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=218",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 219,
    "results": [
        {
            "start": 933886596,
            "stop": 933886815
        },
        {
            "start": 933887055,
            "stop": 933887909
        },
        {
            "start": 933887969,
            "stop": 933890415
        },
        {
            "start": 933890655,
            "stop": 933894015
        },
        {
            "start": 933894255,
            "stop": 933895585
        },
        {
            "start": 933897396,
            "stop": 933897428
        },
        {
            "start": 933897447,
            "stop": 933897615
        },
        {
            "start": 933897855,
            "stop": 933898111
        },
        {
            "start": 933898248,
            "stop": 933901215
        },
        {
            "start": 933901455,
            "stop": 933901507
        },
        {
            "start": 933901627,
            "stop": 933902429
        },
        {
            "start": 933902549,
            "stop": 933902789
        },
        {
            "start": 933902849,
            "stop": 933903509
        },
        {
            "start": 933903569,
            "stop": 933904815
        },
        {
            "start": 933905055,
            "stop": 933906913
        },
        {
            "start": 933909120,
            "stop": 933909385
        },
        {
            "start": 933909505,
            "stop": 933910659
        },
        {
            "start": 933910779,
            "stop": 933912015
        },
        {
            "start": 933912255,
            "stop": 933912689
        },
        {
            "start": 933912749,
            "stop": 933913098
        }
    ]
}