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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3857",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3855",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3856,
    "results": [
        {
            "start": 873720958,
            "stop": 873720959
        },
        {
            "start": 873720970,
            "stop": 873720971
        },
        {
            "start": 873720978,
            "stop": 873720979
        },
        {
            "start": 873720981,
            "stop": 873720983
        },
        {
            "start": 873720984,
            "stop": 873720985
        },
        {
            "start": 873720995,
            "stop": 873720996
        },
        {
            "start": 873721003,
            "stop": 873721005
        },
        {
            "start": 873721008,
            "stop": 873721011
        },
        {
            "start": 873721014,
            "stop": 873721017
        },
        {
            "start": 873721019,
            "stop": 873721021
        },
        {
            "start": 873721030,
            "stop": 873721031
        },
        {
            "start": 873721033,
            "stop": 873721035
        },
        {
            "start": 873721037,
            "stop": 873721038
        },
        {
            "start": 873721040,
            "stop": 873721042
        },
        {
            "start": 873721043,
            "stop": 873721046
        },
        {
            "start": 873721047,
            "stop": 873721054
        },
        {
            "start": 873721056,
            "stop": 873721057
        },
        {
            "start": 873721059,
            "stop": 873721061
        },
        {
            "start": 873721062,
            "stop": 873721063
        },
        {
            "start": 873721065,
            "stop": 873721066
        }
    ]
}