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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=263",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 264,
    "results": [
        {
            "start": 821039519,
            "stop": 821039666
        },
        {
            "start": 821039669,
            "stop": 821039714
        },
        {
            "start": 821040314,
            "stop": 821040346
        },
        {
            "start": 821040350,
            "stop": 821040458
        },
        {
            "start": 821043932,
            "stop": 821043935
        },
        {
            "start": 821043938,
            "stop": 821043939
        },
        {
            "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
        },
        {
            "start": 821044257,
            "stop": 821044272
        },
        {
            "start": 821044275,
            "stop": 821044278
        }
    ]
}