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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT1/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT1/segments?format=api&page=11",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 12,
    "results": [
        {
            "start": 1402357665,
            "stop": 1402400133
        },
        {
            "start": 1402402667,
            "stop": 1402420097
        },
        {
            "start": 1402428419,
            "stop": 1402428538
        },
        {
            "start": 1402428544,
            "stop": 1402434455
        },
        {
            "start": 1402436028,
            "stop": 1402491416
        },
        {
            "start": 1402498173,
            "stop": 1402505800
        },
        {
            "start": 1402511378,
            "stop": 1402515105
        },
        {
            "start": 1402538217,
            "stop": 1402538494
        },
        {
            "start": 1402539132,
            "stop": 1402550684
        },
        {
            "start": 1402553138,
            "stop": 1402615379
        },
        {
            "start": 1402616608,
            "stop": 1402623444
        },
        {
            "start": 1402630742,
            "stop": 1402637317
        },
        {
            "start": 1402641940,
            "stop": 1402652333
        },
        {
            "start": 1402660213,
            "stop": 1402673465
        },
        {
            "start": 1402684409,
            "stop": 1402715355
        },
        {
            "start": 1402722547,
            "stop": 1402724063
        },
        {
            "start": 1402728067,
            "stop": 1402755796
        },
        {
            "start": 1402778146,
            "stop": 1402778668
        },
        {
            "start": 1402779562,
            "stop": 1402787545
        },
        {
            "start": 1402787778,
            "stop": 1402788320
        }
    ]
}