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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3534",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3532",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3533,
    "results": [
        {
            "start": 871529887,
            "stop": 871530053
        },
        {
            "start": 871530070,
            "stop": 871530161
        },
        {
            "start": 871530178,
            "stop": 871531991
        },
        {
            "start": 871532008,
            "stop": 871532218
        },
        {
            "start": 871532235,
            "stop": 871532445
        },
        {
            "start": 871532462,
            "stop": 871532497
        },
        {
            "start": 871532531,
            "stop": 871532586
        },
        {
            "start": 871532603,
            "stop": 871532624
        },
        {
            "start": 871532641,
            "stop": 871532752
        },
        {
            "start": 871532769,
            "stop": 871533002
        },
        {
            "start": 871533020,
            "stop": 871533033
        },
        {
            "start": 871533054,
            "stop": 871533186
        },
        {
            "start": 871533211,
            "stop": 871533213
        },
        {
            "start": 871533230,
            "stop": 871533292
        },
        {
            "start": 871533309,
            "stop": 871533389
        },
        {
            "start": 871533421,
            "stop": 871533538
        },
        {
            "start": 871533555,
            "stop": 871533607
        },
        {
            "start": 871533624,
            "stop": 871533737
        },
        {
            "start": 871533754,
            "stop": 871533991
        },
        {
            "start": 871534009,
            "stop": 871534233
        }
    ]
}