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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=253",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=251",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 252,
    "results": [
        {
            "start": 820716500,
            "stop": 820716721
        },
        {
            "start": 820717121,
            "stop": 820717530
        },
        {
            "start": 820717590,
            "stop": 820717650
        },
        {
            "start": 820717710,
            "stop": 820718310
        },
        {
            "start": 820718370,
            "stop": 820718730
        },
        {
            "start": 820718790,
            "stop": 820726544
        },
        {
            "start": 820726548,
            "stop": 820731990
        },
        {
            "start": 820732616,
            "stop": 820732650
        },
        {
            "start": 820732950,
            "stop": 820733070
        },
        {
            "start": 820733130,
            "stop": 820733774
        },
        {
            "start": 820734174,
            "stop": 820736370
        },
        {
            "start": 820736430,
            "stop": 820737289
        },
        {
            "start": 820737292,
            "stop": 820741391
        },
        {
            "start": 820741844,
            "stop": 820742926
        },
        {
            "start": 820742929,
            "stop": 820746005
        },
        {
            "start": 820746006,
            "stop": 820746887
        },
        {
            "start": 820746890,
            "stop": 820748835
        },
        {
            "start": 820749298,
            "stop": 820750450
        },
        {
            "start": 820750453,
            "stop": 820752095
        },
        {
            "start": 820753222,
            "stop": 820755700
        }
    ]
}