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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=284",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 285,
    "results": [
        {
            "start": 821153694,
            "stop": 821153845
        },
        {
            "start": 821153852,
            "stop": 821154205
        },
        {
            "start": 821154212,
            "stop": 821154521
        },
        {
            "start": 821154528,
            "stop": 821154540
        },
        {
            "start": 821154547,
            "stop": 821154963
        },
        {
            "start": 821154970,
            "stop": 821155781
        },
        {
            "start": 821155788,
            "stop": 821156276
        },
        {
            "start": 821156284,
            "stop": 821159006
        },
        {
            "start": 821159013,
            "stop": 821159027
        },
        {
            "start": 821159034,
            "stop": 821159665
        },
        {
            "start": 821159672,
            "stop": 821160239
        },
        {
            "start": 821160246,
            "stop": 821160688
        },
        {
            "start": 821160695,
            "stop": 821161200
        },
        {
            "start": 821161207,
            "stop": 821161238
        },
        {
            "start": 821161245,
            "stop": 821161639
        },
        {
            "start": 821161642,
            "stop": 821162014
        },
        {
            "start": 821162017,
            "stop": 821162273
        },
        {
            "start": 821162280,
            "stop": 821162494
        },
        {
            "start": 821162497,
            "stop": 821162852
        },
        {
            "start": 821162855,
            "stop": 821163022
        }
    ]
}