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=268
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=269",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=267",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 268,
    "results": [
        {
            "start": 821039370,
            "stop": 821039378
        },
        {
            "start": 821039385,
            "stop": 821039391
        },
        {
            "start": 821039398,
            "stop": 821039516
        },
        {
            "start": 821039519,
            "stop": 821039666
        },
        {
            "start": 821039669,
            "stop": 821039719
        },
        {
            "start": 821040314,
            "stop": 821040344
        },
        {
            "start": 821040352,
            "stop": 821040463
        },
        {
            "start": 821043932,
            "stop": 821043933
        },
        {
            "start": 821043943,
            "stop": 821043946
        },
        {
            "start": 821043950,
            "stop": 821043953
        },
        {
            "start": 821043962,
            "stop": 821043983
        },
        {
            "start": 821043991,
            "stop": 821043997
        },
        {
            "start": 821044011,
            "stop": 821044036
        },
        {
            "start": 821044040,
            "stop": 821044048
        },
        {
            "start": 821044057,
            "stop": 821044077
        },
        {
            "start": 821044165,
            "stop": 821044171
        },
        {
            "start": 821044179,
            "stop": 821044214
        },
        {
            "start": 821044218,
            "stop": 821044224
        },
        {
            "start": 821044228,
            "stop": 821044233
        },
        {
            "start": 821044247,
            "stop": 821044253
        }
    ]
}