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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=5",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 6,
    "results": [
        {
            "start": 815386833,
            "stop": 815386846
        },
        {
            "start": 815386853,
            "stop": 815388541
        },
        {
            "start": 815388544,
            "stop": 815394270
        },
        {
            "start": 815395535,
            "stop": 815399072
        },
        {
            "start": 815399073,
            "stop": 815403090
        },
        {
            "start": 815403150,
            "stop": 815404264
        },
        {
            "start": 815405223,
            "stop": 815409034
        },
        {
            "start": 815409614,
            "stop": 815411214
        },
        {
            "start": 815411216,
            "stop": 815413491
        },
        {
            "start": 815413494,
            "stop": 815413825
        },
        {
            "start": 815420229,
            "stop": 815420250
        },
        {
            "start": 815420253,
            "stop": 815420443
        },
        {
            "start": 815420446,
            "stop": 815420652
        },
        {
            "start": 815420656,
            "stop": 815420658
        },
        {
            "start": 815420661,
            "stop": 815420684
        },
        {
            "start": 815421978,
            "stop": 815422019
        },
        {
            "start": 815422023,
            "stop": 815422231
        },
        {
            "start": 815422234,
            "stop": 815422273
        },
        {
            "start": 815422276,
            "stop": 815422277
        },
        {
            "start": 815425980,
            "stop": 815426016
        }
    ]
}