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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=266",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 267,
    "results": [
        {
            "start": 1240080788,
            "stop": 1240080907
        },
        {
            "start": 1240080908,
            "stop": 1240080990
        },
        {
            "start": 1240080995,
            "stop": 1240081012
        },
        {
            "start": 1240081017,
            "stop": 1240081027
        },
        {
            "start": 1240081028,
            "stop": 1240081147
        },
        {
            "start": 1240081148,
            "stop": 1240081267
        },
        {
            "start": 1240081268,
            "stop": 1240081387
        },
        {
            "start": 1240081388,
            "stop": 1240081507
        },
        {
            "start": 1240081508,
            "stop": 1240081627
        },
        {
            "start": 1240081628,
            "stop": 1240081747
        },
        {
            "start": 1240081748,
            "stop": 1240081867
        },
        {
            "start": 1240081868,
            "stop": 1240081987
        },
        {
            "start": 1240081988,
            "stop": 1240082107
        },
        {
            "start": 1240082108,
            "stop": 1240082227
        },
        {
            "start": 1240082228,
            "stop": 1240082347
        },
        {
            "start": 1240082348,
            "stop": 1240082467
        },
        {
            "start": 1240082468,
            "stop": 1240082587
        },
        {
            "start": 1240082588,
            "stop": 1240082672
        },
        {
            "start": 1240082676,
            "stop": 1240082707
        },
        {
            "start": 1240082708,
            "stop": 1240082827
        }
    ]
}