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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5099",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5097",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5098,
    "results": [
        {
            "start": 873331595,
            "stop": 873331724
        },
        {
            "start": 873331741,
            "stop": 873332015
        },
        {
            "start": 873332022,
            "stop": 873332134
        },
        {
            "start": 873332141,
            "stop": 873332160
        },
        {
            "start": 873332196,
            "stop": 873333727
        },
        {
            "start": 873333744,
            "stop": 873335977
        },
        {
            "start": 873335994,
            "stop": 873336243
        },
        {
            "start": 873336251,
            "stop": 873336835
        },
        {
            "start": 873336843,
            "stop": 873338264
        },
        {
            "start": 873338842,
            "stop": 873339061
        },
        {
            "start": 873339078,
            "stop": 873339591
        },
        {
            "start": 873339627,
            "stop": 873341205
        },
        {
            "start": 873341241,
            "stop": 873341393
        },
        {
            "start": 873341410,
            "stop": 873341715
        },
        {
            "start": 873341774,
            "stop": 873341869
        },
        {
            "start": 873341911,
            "stop": 873342243
        },
        {
            "start": 873342279,
            "stop": 873342300
        },
        {
            "start": 873342480,
            "stop": 873342553
        },
        {
            "start": 873342560,
            "stop": 873342611
        },
        {
            "start": 873342618,
            "stop": 873342660
        }
    ]
}