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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2160",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2161,
    "results": [
        {
            "start": 872384863,
            "stop": 872384876
        },
        {
            "start": 872384896,
            "stop": 872384897
        },
        {
            "start": 872384929,
            "stop": 872384959
        },
        {
            "start": 872384979,
            "stop": 872384980
        },
        {
            "start": 872384999,
            "stop": 872385039
        },
        {
            "start": 872385058,
            "stop": 872385098
        },
        {
            "start": 872385128,
            "stop": 872385173
        },
        {
            "start": 872385206,
            "stop": 872385260
        },
        {
            "start": 872385388,
            "stop": 872385399
        },
        {
            "start": 872385418,
            "stop": 872385456
        },
        {
            "start": 872385476,
            "stop": 872385482
        },
        {
            "start": 872385537,
            "stop": 872385554
        },
        {
            "start": 872385620,
            "stop": 872385650
        },
        {
            "start": 872385680,
            "stop": 872385710
        },
        {
            "start": 872385732,
            "stop": 872385768
        },
        {
            "start": 872385787,
            "stop": 872385832
        },
        {
            "start": 872385851,
            "stop": 872385875
        },
        {
            "start": 872385894,
            "stop": 872385897
        },
        {
            "start": 872385916,
            "stop": 872385921
        },
        {
            "start": 872385949,
            "stop": 872386200
        }
    ]
}