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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=243",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 244,
    "results": [
        {
            "start": 820529096,
            "stop": 820529531
        },
        {
            "start": 820529534,
            "stop": 820529822
        },
        {
            "start": 820529825,
            "stop": 820529994
        },
        {
            "start": 820529997,
            "stop": 820530064
        },
        {
            "start": 820530068,
            "stop": 820530356
        },
        {
            "start": 820530359,
            "stop": 820530439
        },
        {
            "start": 820530442,
            "stop": 820530465
        },
        {
            "start": 820530469,
            "stop": 820530821
        },
        {
            "start": 820530824,
            "stop": 820530885
        },
        {
            "start": 820530888,
            "stop": 820531024
        },
        {
            "start": 820531028,
            "stop": 820531086
        },
        {
            "start": 820532220,
            "stop": 820532500
        },
        {
            "start": 820532504,
            "stop": 820532513
        },
        {
            "start": 820532516,
            "stop": 820532949
        },
        {
            "start": 820532952,
            "stop": 820532982
        },
        {
            "start": 820532985,
            "stop": 820533159
        },
        {
            "start": 820533162,
            "stop": 820533216
        },
        {
            "start": 820533219,
            "stop": 820533267
        },
        {
            "start": 820533667,
            "stop": 820533668
        },
        {
            "start": 820533672,
            "stop": 820533688
        }
    ]
}