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=260
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=261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=259",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 260,
    "results": [
        {
            "start": 850549135,
            "stop": 850549213
        },
        {
            "start": 850549220,
            "stop": 850549221
        },
        {
            "start": 850549428,
            "stop": 850550085
        },
        {
            "start": 850550263,
            "stop": 850556653
        },
        {
            "start": 850556688,
            "stop": 850556689
        },
        {
            "start": 850557367,
            "stop": 850569302
        },
        {
            "start": 850570329,
            "stop": 850571681
        },
        {
            "start": 850573638,
            "stop": 850575962
        },
        {
            "start": 850593377,
            "stop": 850596285
        },
        {
            "start": 850600373,
            "stop": 850601331
        },
        {
            "start": 850603395,
            "stop": 850604162
        },
        {
            "start": 850604209,
            "stop": 850610533
        },
        {
            "start": 850610542,
            "stop": 850610544
        },
        {
            "start": 850611271,
            "stop": 850632828
        },
        {
            "start": 850634140,
            "stop": 850648393
        },
        {
            "start": 850648440,
            "stop": 850648442
        },
        {
            "start": 850649501,
            "stop": 850657333
        },
        {
            "start": 850658543,
            "stop": 850660633
        },
        {
            "start": 850662019,
            "stop": 850669089
        },
        {
            "start": 850673646,
            "stop": 850689733
        }
    ]
}