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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2335",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2333",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2334,
    "results": [
        {
            "start": 871773063,
            "stop": 871773089
        },
        {
            "start": 871773106,
            "stop": 871773123
        },
        {
            "start": 871773140,
            "stop": 871773152
        },
        {
            "start": 871773169,
            "stop": 871773211
        },
        {
            "start": 871773228,
            "stop": 871773394
        },
        {
            "start": 871773411,
            "stop": 871773414
        },
        {
            "start": 871773431,
            "stop": 871773522
        },
        {
            "start": 871773557,
            "stop": 871773560
        },
        {
            "start": 871773577,
            "stop": 871774062
        },
        {
            "start": 871774079,
            "stop": 871774087
        },
        {
            "start": 871774104,
            "stop": 871774122
        },
        {
            "start": 871774149,
            "stop": 871774206
        },
        {
            "start": 871774223,
            "stop": 871774420
        },
        {
            "start": 871774437,
            "stop": 871774493
        },
        {
            "start": 871774510,
            "stop": 871774511
        },
        {
            "start": 871774528,
            "stop": 871774702
        },
        {
            "start": 871774719,
            "stop": 871775182
        },
        {
            "start": 871775199,
            "stop": 871775200
        },
        {
            "start": 871775217,
            "stop": 871775264
        },
        {
            "start": 871775281,
            "stop": 871775658
        }
    ]
}