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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=306",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=304",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 305,
    "results": [
        {
            "start": 859316574,
            "stop": 859359508
        },
        {
            "start": 859361437,
            "stop": 859383560
        },
        {
            "start": 859388530,
            "stop": 859409521
        },
        {
            "start": 859409795,
            "stop": 859441967
        },
        {
            "start": 859442192,
            "stop": 859447485
        },
        {
            "start": 859448624,
            "stop": 859490220
        },
        {
            "start": 859490835,
            "stop": 859496119
        },
        {
            "start": 859514928,
            "stop": 859520209
        },
        {
            "start": 859522284,
            "stop": 859530822
        },
        {
            "start": 859533734,
            "stop": 859538003
        },
        {
            "start": 859538562,
            "stop": 859549724
        },
        {
            "start": 859563210,
            "stop": 859566167
        },
        {
            "start": 859566250,
            "stop": 859575269
        },
        {
            "start": 859575564,
            "stop": 859584918
        },
        {
            "start": 859586010,
            "stop": 859594669
        },
        {
            "start": 859602696,
            "stop": 859619631
        },
        {
            "start": 859620582,
            "stop": 859633119
        },
        {
            "start": 859634183,
            "stop": 859640721
        },
        {
            "start": 859644785,
            "stop": 859647134
        },
        {
            "start": 859662551,
            "stop": 859662582
        }
    ]
}