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=125
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=126",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=124",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 125,
    "results": [
        {
            "start": 931941384,
            "stop": 931941442
        },
        {
            "start": 931949457,
            "stop": 931950015
        },
        {
            "start": 931950375,
            "stop": 931950593
        },
        {
            "start": 931950596,
            "stop": 931951208
        },
        {
            "start": 931951211,
            "stop": 931951314
        },
        {
            "start": 931951316,
            "stop": 931951529
        },
        {
            "start": 931951534,
            "stop": 931952628
        },
        {
            "start": 931952633,
            "stop": 931952784
        },
        {
            "start": 931952786,
            "stop": 931952892
        },
        {
            "start": 931955113,
            "stop": 931955124
        },
        {
            "start": 931955135,
            "stop": 931955145
        },
        {
            "start": 931955146,
            "stop": 931955186
        },
        {
            "start": 931955191,
            "stop": 931955981
        },
        {
            "start": 931972859,
            "stop": 931973437
        },
        {
            "start": 931973557,
            "stop": 931974551
        },
        {
            "start": 931974671,
            "stop": 931974716
        },
        {
            "start": 931974836,
            "stop": 931975215
        },
        {
            "start": 931975575,
            "stop": 931976366
        },
        {
            "start": 931976369,
            "stop": 931976373
        },
        {
            "start": 931976375,
            "stop": 931976743
        }
    ]
}