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=208
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=209",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=207",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 208,
    "results": [
        {
            "start": 933588297,
            "stop": 933591615
        },
        {
            "start": 933591855,
            "stop": 933595215
        },
        {
            "start": 933595455,
            "stop": 933598815
        },
        {
            "start": 933599055,
            "stop": 933599097
        },
        {
            "start": 933599101,
            "stop": 933602415
        },
        {
            "start": 933602655,
            "stop": 933602999
        },
        {
            "start": 933603119,
            "stop": 933603257
        },
        {
            "start": 933603377,
            "stop": 933606015
        },
        {
            "start": 933606255,
            "stop": 933607229
        },
        {
            "start": 933607349,
            "stop": 933607386
        },
        {
            "start": 933607506,
            "stop": 933608009
        },
        {
            "start": 933608069,
            "stop": 933608309
        },
        {
            "start": 933608369,
            "stop": 933609615
        },
        {
            "start": 933609855,
            "stop": 933610332
        },
        {
            "start": 933610501,
            "stop": 933610552
        },
        {
            "start": 933610698,
            "stop": 933612989
        },
        {
            "start": 933613049,
            "stop": 933613215
        },
        {
            "start": 933613455,
            "stop": 933613529
        },
        {
            "start": 933613589,
            "stop": 933613709
        },
        {
            "start": 933613769,
            "stop": 933613829
        }
    ]
}