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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=164",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=162",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 163,
    "results": [
        {
            "start": 954357759,
            "stop": 954357764
        },
        {
            "start": 954357770,
            "stop": 954357780
        },
        {
            "start": 954357783,
            "stop": 954357792
        },
        {
            "start": 954357795,
            "stop": 954357937
        },
        {
            "start": 954357947,
            "stop": 954357974
        },
        {
            "start": 954357978,
            "stop": 954357979
        },
        {
            "start": 954357982,
            "stop": 954357992
        },
        {
            "start": 954357995,
            "stop": 954358006
        },
        {
            "start": 954358012,
            "stop": 954358023
        },
        {
            "start": 954358026,
            "stop": 954358046
        },
        {
            "start": 954358048,
            "stop": 954358050
        },
        {
            "start": 954358053,
            "stop": 954358090
        },
        {
            "start": 954358094,
            "stop": 954358125
        },
        {
            "start": 954358128,
            "stop": 954358131
        },
        {
            "start": 954358137,
            "stop": 954358183
        },
        {
            "start": 954358187,
            "stop": 954358650
        },
        {
            "start": 954358658,
            "stop": 954358663
        },
        {
            "start": 954358673,
            "stop": 954365783
        },
        {
            "start": 954366832,
            "stop": 954368298
        },
        {
            "start": 954370689,
            "stop": 954372429
        }
    ]
}