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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=160",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 161,
    "results": [
        {
            "start": 931781758,
            "stop": 931781760
        },
        {
            "start": 931781766,
            "stop": 931781790
        },
        {
            "start": 931781871,
            "stop": 931781873
        },
        {
            "start": 931781879,
            "stop": 931781896
        },
        {
            "start": 931781902,
            "stop": 931781907
        },
        {
            "start": 931781918,
            "stop": 931781921
        },
        {
            "start": 931781926,
            "stop": 931781929
        },
        {
            "start": 931781938,
            "stop": 931781949
        },
        {
            "start": 931781954,
            "stop": 931782031
        },
        {
            "start": 931782039,
            "stop": 931782051
        },
        {
            "start": 931782057,
            "stop": 931782058
        },
        {
            "start": 931782064,
            "stop": 931782140
        },
        {
            "start": 931782146,
            "stop": 931782185
        },
        {
            "start": 931782193,
            "stop": 931782257
        },
        {
            "start": 931782262,
            "stop": 931782268
        },
        {
            "start": 931782273,
            "stop": 931782295
        },
        {
            "start": 931782310,
            "stop": 931782316
        },
        {
            "start": 931782334,
            "stop": 931782361
        },
        {
            "start": 931782374,
            "stop": 931782462
        },
        {
            "start": 931782468,
            "stop": 931782480
        }
    ]
}