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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=304",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=302",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 303,
    "results": [
        {
            "start": 933631440,
            "stop": 933631466
        },
        {
            "start": 933658954,
            "stop": 933660180
        },
        {
            "start": 933660182,
            "stop": 933660206
        },
        {
            "start": 933660209,
            "stop": 933660213
        },
        {
            "start": 933660215,
            "stop": 933660229
        },
        {
            "start": 933660233,
            "stop": 933661036
        },
        {
            "start": 933661038,
            "stop": 933661159
        },
        {
            "start": 933679663,
            "stop": 933681754
        },
        {
            "start": 933681757,
            "stop": 933681779
        },
        {
            "start": 933681782,
            "stop": 933681812
        },
        {
            "start": 933681814,
            "stop": 933681820
        },
        {
            "start": 933681822,
            "stop": 933681829
        },
        {
            "start": 933681833,
            "stop": 933681980
        },
        {
            "start": 933685797,
            "stop": 933688952
        },
        {
            "start": 933688955,
            "stop": 933688981
        },
        {
            "start": 933688983,
            "stop": 933688988
        },
        {
            "start": 933688990,
            "stop": 933689012
        },
        {
            "start": 933689015,
            "stop": 933689030
        },
        {
            "start": 933689033,
            "stop": 933692562
        },
        {
            "start": 933692566,
            "stop": 933692581
        }
    ]
}