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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8730",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8728",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8729,
    "results": [
        {
            "start": 872662020,
            "stop": 872662080
        },
        {
            "start": 872662140,
            "stop": 872662200
        },
        {
            "start": 872662260,
            "stop": 872662680
        },
        {
            "start": 872662740,
            "stop": 872662980
        },
        {
            "start": 872663040,
            "stop": 872663100
        },
        {
            "start": 872663160,
            "stop": 872663220
        },
        {
            "start": 872663280,
            "stop": 872663563
        },
        {
            "start": 872663760,
            "stop": 872663940
        },
        {
            "start": 872664000,
            "stop": 872664180
        },
        {
            "start": 872664240,
            "stop": 872664360
        },
        {
            "start": 872664420,
            "stop": 872665020
        },
        {
            "start": 872665178,
            "stop": 872665980
        },
        {
            "start": 872666040,
            "stop": 872666160
        },
        {
            "start": 872666220,
            "stop": 872666940
        },
        {
            "start": 872667060,
            "stop": 872667240
        },
        {
            "start": 872667300,
            "stop": 872668260
        },
        {
            "start": 872668320,
            "stop": 872670900
        },
        {
            "start": 872670960,
            "stop": 872671340
        },
        {
            "start": 872671357,
            "stop": 872672385
        },
        {
            "start": 872672402,
            "stop": 872679263
        }
    ]
}