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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1936",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1934",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1935,
    "results": [
        {
            "start": 850186665,
            "stop": 850186687
        },
        {
            "start": 850186693,
            "stop": 850187146
        },
        {
            "start": 850240759,
            "stop": 850240970
        },
        {
            "start": 850265413,
            "stop": 850269005
        },
        {
            "start": 850269013,
            "stop": 850271668
        },
        {
            "start": 850272015,
            "stop": 850275876
        },
        {
            "start": 850276176,
            "stop": 850278296
        },
        {
            "start": 850281534,
            "stop": 850282470
        },
        {
            "start": 850284191,
            "stop": 850317030
        },
        {
            "start": 850317090,
            "stop": 850317258
        },
        {
            "start": 850324305,
            "stop": 850324890
        },
        {
            "start": 850324895,
            "stop": 850325115
        },
        {
            "start": 850325118,
            "stop": 850325161
        },
        {
            "start": 850325175,
            "stop": 850329261
        },
        {
            "start": 850329264,
            "stop": 850329291
        },
        {
            "start": 850329294,
            "stop": 850330150
        },
        {
            "start": 850330218,
            "stop": 850330437
        },
        {
            "start": 850330737,
            "stop": 850331146
        },
        {
            "start": 850331256,
            "stop": 850331290
        },
        {
            "start": 850331590,
            "stop": 850332395
        }
    ]
}