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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1484",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1482",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1483,
    "results": [
        {
            "start": 863880414,
            "stop": 863881244
        },
        {
            "start": 863899234,
            "stop": 863905820
        },
        {
            "start": 863905823,
            "stop": 863931135
        },
        {
            "start": 863931415,
            "stop": 863975043
        },
        {
            "start": 863975048,
            "stop": 863979266
        },
        {
            "start": 863980125,
            "stop": 863981914
        },
        {
            "start": 863981920,
            "stop": 863982926
        },
        {
            "start": 863983982,
            "stop": 863984348
        },
        {
            "start": 863985229,
            "stop": 864058967
        },
        {
            "start": 864059885,
            "stop": 864062666
        },
        {
            "start": 864062833,
            "stop": 864069304
        },
        {
            "start": 864070379,
            "stop": 864148373
        },
        {
            "start": 864148929,
            "stop": 864149885
        },
        {
            "start": 864150015,
            "stop": 864151203
        },
        {
            "start": 864151408,
            "stop": 864153761
        },
        {
            "start": 864153778,
            "stop": 864153784
        },
        {
            "start": 864153787,
            "stop": 864153791
        },
        {
            "start": 864153796,
            "stop": 864153802
        },
        {
            "start": 864153812,
            "stop": 864158805
        },
        {
            "start": 864158919,
            "stop": 864253415
        }
    ]
}