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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=192",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 193,
    "results": [
        {
            "start": 820396201,
            "stop": 820396230
        },
        {
            "start": 820397257,
            "stop": 820398973
        },
        {
            "start": 820412906,
            "stop": 820415550
        },
        {
            "start": 820416859,
            "stop": 820416984
        },
        {
            "start": 820416991,
            "stop": 820417093
        },
        {
            "start": 820417100,
            "stop": 820417365
        },
        {
            "start": 820417372,
            "stop": 820417813
        },
        {
            "start": 820417824,
            "stop": 820417963
        },
        {
            "start": 820417970,
            "stop": 820418269
        },
        {
            "start": 820418285,
            "stop": 820418379
        },
        {
            "start": 820418394,
            "stop": 820418844
        },
        {
            "start": 820418851,
            "stop": 820419044
        },
        {
            "start": 820419052,
            "stop": 820419537
        },
        {
            "start": 820419554,
            "stop": 820419613
        },
        {
            "start": 820419632,
            "stop": 820419633
        },
        {
            "start": 820421417,
            "stop": 820421512
        },
        {
            "start": 820421571,
            "stop": 820421579
        },
        {
            "start": 820422695,
            "stop": 820422740
        },
        {
            "start": 820437730,
            "stop": 820437786
        },
        {
            "start": 820437802,
            "stop": 820437817
        }
    ]
}