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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7504",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7502",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7503,
    "results": [
        {
            "start": 970315206,
            "stop": 970315210
        },
        {
            "start": 970315216,
            "stop": 970315224
        },
        {
            "start": 970315230,
            "stop": 970315288
        },
        {
            "start": 970315291,
            "stop": 970315342
        },
        {
            "start": 970315348,
            "stop": 970315357
        },
        {
            "start": 970315360,
            "stop": 970315384
        },
        {
            "start": 970315390,
            "stop": 970315413
        },
        {
            "start": 970315416,
            "stop": 970315447
        },
        {
            "start": 970315453,
            "stop": 970315494
        },
        {
            "start": 970315503,
            "stop": 970316377
        },
        {
            "start": 970316420,
            "stop": 970316422
        },
        {
            "start": 970316549,
            "stop": 970316607
        },
        {
            "start": 970316610,
            "stop": 970316686
        },
        {
            "start": 970316689,
            "stop": 970316755
        },
        {
            "start": 970316758,
            "stop": 970316963
        },
        {
            "start": 970316966,
            "stop": 970317180
        },
        {
            "start": 970317183,
            "stop": 970317210
        },
        {
            "start": 970317213,
            "stop": 970317263
        },
        {
            "start": 970317436,
            "stop": 970317484
        },
        {
            "start": 970317490,
            "stop": 970317493
        }
    ]
}