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=118
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=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=117",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 118,
    "results": [
        {
            "start": 819964605,
            "stop": 819964642
        },
        {
            "start": 819964650,
            "stop": 819964723
        },
        {
            "start": 819964737,
            "stop": 819964811
        },
        {
            "start": 819964819,
            "stop": 819964883
        },
        {
            "start": 819964897,
            "stop": 819964980
        },
        {
            "start": 819964987,
            "stop": 819965030
        },
        {
            "start": 819965038,
            "stop": 819965144
        },
        {
            "start": 819965151,
            "stop": 819965219
        },
        {
            "start": 819965226,
            "stop": 819965277
        },
        {
            "start": 819965285,
            "stop": 819965408
        },
        {
            "start": 819965415,
            "stop": 819965466
        },
        {
            "start": 819965473,
            "stop": 819965637
        },
        {
            "start": 819965644,
            "stop": 819965712
        },
        {
            "start": 819965719,
            "stop": 819965783
        },
        {
            "start": 819965790,
            "stop": 819965877
        },
        {
            "start": 819965885,
            "stop": 819965937
        },
        {
            "start": 819965951,
            "stop": 819965953
        },
        {
            "start": 819966143,
            "stop": 819966273
        },
        {
            "start": 819966281,
            "stop": 819966282
        },
        {
            "start": 819966290,
            "stop": 819966441
        }
    ]
}