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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=835",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=833",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 834,
    "results": [
        {
            "start": 960799660,
            "stop": 960799992
        },
        {
            "start": 960799998,
            "stop": 960800502
        },
        {
            "start": 960800508,
            "stop": 960801279
        },
        {
            "start": 960806689,
            "stop": 960806979
        },
        {
            "start": 960812830,
            "stop": 960828850
        },
        {
            "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": 960986658
        },
        {
            "start": 960993855,
            "stop": 960995518
        },
        {
            "start": 960997636,
            "stop": 961002763
        },
        {
            "start": 961006153,
            "stop": 961011105
        },
        {
            "start": 961012627,
            "stop": 961028887
        },
        {
            "start": 961046215,
            "stop": 961052533
        },
        {
            "start": 961058241,
            "stop": 961070197
        },
        {
            "start": 961073221,
            "stop": 961086132
        }
    ]
}