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=251
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=252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=250",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 251,
    "results": [
        {
            "start": 849603305,
            "stop": 849614353
        },
        {
            "start": 849614379,
            "stop": 849614380
        },
        {
            "start": 849614473,
            "stop": 849616813
        },
        {
            "start": 849616827,
            "stop": 849616829
        },
        {
            "start": 849617655,
            "stop": 849617951
        },
        {
            "start": 849619484,
            "stop": 849638703
        },
        {
            "start": 849640630,
            "stop": 849644092
        },
        {
            "start": 849644247,
            "stop": 849645472
        },
        {
            "start": 849646840,
            "stop": 849647053
        },
        {
            "start": 849647074,
            "stop": 849647076
        },
        {
            "start": 849647202,
            "stop": 849648373
        },
        {
            "start": 849648380,
            "stop": 849648382
        },
        {
            "start": 849648868,
            "stop": 849649333
        },
        {
            "start": 849649335,
            "stop": 849649336
        },
        {
            "start": 849649481,
            "stop": 849649693
        },
        {
            "start": 849656963,
            "stop": 849670111
        },
        {
            "start": 849671958,
            "stop": 849686533
        },
        {
            "start": 849686571,
            "stop": 849686572
        },
        {
            "start": 849687673,
            "stop": 849688153
        },
        {
            "start": 849688179,
            "stop": 849688180
        }
    ]
}