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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7405",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7403",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7404,
    "results": [
        {
            "start": 969812165,
            "stop": 969812179
        },
        {
            "start": 969812190,
            "stop": 969812327
        },
        {
            "start": 969812447,
            "stop": 969812491
        },
        {
            "start": 969812494,
            "stop": 969812519
        },
        {
            "start": 969812523,
            "stop": 969812524
        },
        {
            "start": 969812527,
            "stop": 969812567
        },
        {
            "start": 969812687,
            "stop": 969812791
        },
        {
            "start": 969812794,
            "stop": 969812820
        },
        {
            "start": 969812823,
            "stop": 969812997
        },
        {
            "start": 969813000,
            "stop": 969813107
        },
        {
            "start": 969813293,
            "stop": 969813449
        },
        {
            "start": 969813452,
            "stop": 969813677
        },
        {
            "start": 969813680,
            "stop": 969813683
        },
        {
            "start": 969813694,
            "stop": 969813725
        },
        {
            "start": 969813728,
            "stop": 969813767
        },
        {
            "start": 969813887,
            "stop": 969813946
        },
        {
            "start": 969813949,
            "stop": 969814007
        },
        {
            "start": 969814067,
            "stop": 969814238
        },
        {
            "start": 969814241,
            "stop": 969814359
        },
        {
            "start": 969814363,
            "stop": 969814427
        }
    ]
}