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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=118",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 119,
    "results": [
        {
            "start": 932629759,
            "stop": 932629815
        },
        {
            "start": 932629852,
            "stop": 932629934
        },
        {
            "start": 932629971,
            "stop": 932629993
        },
        {
            "start": 932630015,
            "stop": 932630042
        },
        {
            "start": 932630061,
            "stop": 932630087
        },
        {
            "start": 932630106,
            "stop": 932630206
        },
        {
            "start": 932630225,
            "stop": 932630362
        },
        {
            "start": 932630414,
            "stop": 932630476
        },
        {
            "start": 932630495,
            "stop": 932630612
        },
        {
            "start": 932630631,
            "stop": 932630671
        },
        {
            "start": 932630699,
            "stop": 932630844
        },
        {
            "start": 932630863,
            "stop": 932632276
        },
        {
            "start": 932632295,
            "stop": 932632454
        },
        {
            "start": 932632473,
            "stop": 932632522
        },
        {
            "start": 932632626,
            "stop": 932632638
        },
        {
            "start": 932632657,
            "stop": 932633067
        },
        {
            "start": 932633086,
            "stop": 932633279
        },
        {
            "start": 932633416,
            "stop": 932633447
        },
        {
            "start": 932633500,
            "stop": 932633503
        },
        {
            "start": 932633522,
            "stop": 932633891
        }
    ]
}