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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=148",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 149,
    "results": [
        {
            "start": 954345678,
            "stop": 954345698
        },
        {
            "start": 954345702,
            "stop": 954345719
        },
        {
            "start": 954345722,
            "stop": 954345728
        },
        {
            "start": 954345731,
            "stop": 954345747
        },
        {
            "start": 954345751,
            "stop": 954345789
        },
        {
            "start": 954345792,
            "stop": 954345794
        },
        {
            "start": 954345797,
            "stop": 954345863
        },
        {
            "start": 954345873,
            "stop": 954345876
        },
        {
            "start": 954345880,
            "stop": 954345887
        },
        {
            "start": 954345890,
            "stop": 954345895
        },
        {
            "start": 954345903,
            "stop": 954345922
        },
        {
            "start": 954345925,
            "stop": 954346196
        },
        {
            "start": 954346199,
            "stop": 954346203
        },
        {
            "start": 954346208,
            "stop": 954346212
        },
        {
            "start": 954346215,
            "stop": 954346219
        },
        {
            "start": 954346222,
            "stop": 954346223
        },
        {
            "start": 954346228,
            "stop": 954346233
        },
        {
            "start": 954346263,
            "stop": 954346264
        },
        {
            "start": 954346270,
            "stop": 954346271
        },
        {
            "start": 954346279,
            "stop": 954346280
        }
    ]
}