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=163
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=164",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=162",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 163,
    "results": [
        {
            "start": 932905117,
            "stop": 932905167
        },
        {
            "start": 932905205,
            "stop": 932905210
        },
        {
            "start": 932905247,
            "stop": 932905256
        },
        {
            "start": 932905261,
            "stop": 932905287
        },
        {
            "start": 932905325,
            "stop": 932905363
        },
        {
            "start": 932905419,
            "stop": 932905422
        },
        {
            "start": 932905427,
            "stop": 932905450
        },
        {
            "start": 932905480,
            "stop": 932905492
        },
        {
            "start": 932905511,
            "stop": 932905641
        },
        {
            "start": 932905660,
            "stop": 932905704
        },
        {
            "start": 932905710,
            "stop": 932905727
        },
        {
            "start": 932905767,
            "stop": 932905867
        },
        {
            "start": 932905885,
            "stop": 932905931
        },
        {
            "start": 932905951,
            "stop": 932905955
        },
        {
            "start": 932905974,
            "stop": 932905981
        },
        {
            "start": 932906000,
            "stop": 932906003
        },
        {
            "start": 932906022,
            "stop": 932906038
        },
        {
            "start": 932906060,
            "stop": 932906069
        },
        {
            "start": 932906074,
            "stop": 932906091
        },
        {
            "start": 932906110,
            "stop": 932906156
        }
    ]
}