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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=303",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 304,
    "results": [
        {
            "start": 822805725,
            "stop": 822805753
        },
        {
            "start": 822805835,
            "stop": 822805866
        },
        {
            "start": 822805870,
            "stop": 822805929
        },
        {
            "start": 822805933,
            "stop": 822805953
        },
        {
            "start": 822805957,
            "stop": 822805962
        },
        {
            "start": 822805966,
            "stop": 822805982
        },
        {
            "start": 822805986,
            "stop": 822805992
        },
        {
            "start": 822806015,
            "stop": 822806045
        },
        {
            "start": 822806054,
            "stop": 822806060
        },
        {
            "start": 822806064,
            "stop": 822806114
        },
        {
            "start": 822806183,
            "stop": 822806184
        },
        {
            "start": 822806261,
            "stop": 822806271
        },
        {
            "start": 822806275,
            "stop": 822806281
        },
        {
            "start": 822806294,
            "stop": 822806304
        },
        {
            "start": 822806309,
            "stop": 822806314
        },
        {
            "start": 822806323,
            "stop": 822806367
        },
        {
            "start": 822806371,
            "stop": 822806400
        },
        {
            "start": 822806413,
            "stop": 822806419
        },
        {
            "start": 822806966,
            "stop": 822807013
        },
        {
            "start": 822807031,
            "stop": 822807039
        }
    ]
}