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=141
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=142",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=140",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 141,
    "results": [
        {
            "start": 931940811,
            "stop": 931940818
        },
        {
            "start": 931940821,
            "stop": 931940823
        },
        {
            "start": 931940826,
            "stop": 931940866
        },
        {
            "start": 931940868,
            "stop": 931940869
        },
        {
            "start": 931940871,
            "stop": 931940898
        },
        {
            "start": 931940901,
            "stop": 931940924
        },
        {
            "start": 931940926,
            "stop": 931940929
        },
        {
            "start": 931940931,
            "stop": 931940939
        },
        {
            "start": 931940941,
            "stop": 931940944
        },
        {
            "start": 931940947,
            "stop": 931940958
        },
        {
            "start": 931940961,
            "stop": 931940974
        },
        {
            "start": 931940977,
            "stop": 931941115
        },
        {
            "start": 931941117,
            "stop": 931941126
        },
        {
            "start": 931941128,
            "stop": 931941248
        },
        {
            "start": 931941250,
            "stop": 931941382
        },
        {
            "start": 931941384,
            "stop": 931941442
        },
        {
            "start": 931949457,
            "stop": 931950015
        },
        {
            "start": 931950375,
            "stop": 931950593
        },
        {
            "start": 931950596,
            "stop": 931951208
        },
        {
            "start": 931951211,
            "stop": 931951314
        }
    ]
}