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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=111",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 112,
    "results": [
        {
            "start": 960730983,
            "stop": 960735456
        },
        {
            "start": 960753206,
            "stop": 960760300
        },
        {
            "start": 960792766,
            "stop": 960801174
        },
        {
            "start": 960806689,
            "stop": 960806874
        },
        {
            "start": 960812830,
            "stop": 960828745
        },
        {
            "start": 960830956,
            "stop": 960850026
        },
        {
            "start": 960850205,
            "stop": 960855138
        },
        {
            "start": 960879055,
            "stop": 960881927
        },
        {
            "start": 960883220,
            "stop": 960887309
        },
        {
            "start": 960887775,
            "stop": 960894248
        },
        {
            "start": 960942209,
            "stop": 960946255
        },
        {
            "start": 960946742,
            "stop": 960950414
        },
        {
            "start": 960952917,
            "stop": 960986553
        },
        {
            "start": 960993855,
            "stop": 960995413
        },
        {
            "start": 960997636,
            "stop": 961002658
        },
        {
            "start": 961006153,
            "stop": 961011000
        },
        {
            "start": 961012627,
            "stop": 961028887
        },
        {
            "start": 961046215,
            "stop": 961052428
        },
        {
            "start": 961058241,
            "stop": 961070092
        },
        {
            "start": 961073221,
            "stop": 961086132
        }
    ]
}