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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3492",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3490",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3491,
    "results": [
        {
            "start": 871189220,
            "stop": 871189670
        },
        {
            "start": 871189687,
            "stop": 871189979
        },
        {
            "start": 871189996,
            "stop": 871190106
        },
        {
            "start": 871190123,
            "stop": 871190194
        },
        {
            "start": 871190211,
            "stop": 871190258
        },
        {
            "start": 871190275,
            "stop": 871191138
        },
        {
            "start": 871191155,
            "stop": 871191428
        },
        {
            "start": 871191445,
            "stop": 871191533
        },
        {
            "start": 871191550,
            "stop": 871191849
        },
        {
            "start": 871191866,
            "stop": 871191902
        },
        {
            "start": 871191919,
            "stop": 871192940
        },
        {
            "start": 871192957,
            "stop": 871193206
        },
        {
            "start": 871193223,
            "stop": 871194415
        },
        {
            "start": 871194432,
            "stop": 871194777
        },
        {
            "start": 871194794,
            "stop": 871194946
        },
        {
            "start": 871194963,
            "stop": 871195631
        },
        {
            "start": 871195648,
            "stop": 871196567
        },
        {
            "start": 871196584,
            "stop": 871196809
        },
        {
            "start": 871196826,
            "stop": 871197312
        },
        {
            "start": 871197329,
            "stop": 871198531
        }
    ]
}