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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=292",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 293,
    "results": [
        {
            "start": 818493790,
            "stop": 818493797
        },
        {
            "start": 818493827,
            "stop": 818493839
        },
        {
            "start": 818493869,
            "stop": 818493874
        },
        {
            "start": 818493929,
            "stop": 818493936
        },
        {
            "start": 818493968,
            "stop": 818494002
        },
        {
            "start": 818494031,
            "stop": 818494041
        },
        {
            "start": 818494081,
            "stop": 818494180
        },
        {
            "start": 818494212,
            "stop": 818494230
        },
        {
            "start": 818494252,
            "stop": 818494269
        },
        {
            "start": 818494295,
            "stop": 818494301
        },
        {
            "start": 818495970,
            "stop": 818496231
        },
        {
            "start": 818496253,
            "stop": 818496470
        },
        {
            "start": 818496511,
            "stop": 818496878
        },
        {
            "start": 818496974,
            "stop": 818497389
        },
        {
            "start": 818497425,
            "stop": 818497437
        },
        {
            "start": 818497461,
            "stop": 818497462
        },
        {
            "start": 818497493,
            "stop": 818497563
        },
        {
            "start": 818497584,
            "stop": 818497694
        },
        {
            "start": 818497713,
            "stop": 818497724
        },
        {
            "start": 818497750,
            "stop": 818497767
        }
    ]
}