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=5059
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=5060",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5058",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5059,
    "results": [
        {
            "start": 872977670,
            "stop": 872977730
        },
        {
            "start": 872977747,
            "stop": 872977771
        },
        {
            "start": 872977788,
            "stop": 872977797
        },
        {
            "start": 872977814,
            "stop": 872977858
        },
        {
            "start": 872977876,
            "stop": 872977904
        },
        {
            "start": 872977951,
            "stop": 872977964
        },
        {
            "start": 872978001,
            "stop": 872978049
        },
        {
            "start": 872978079,
            "stop": 872978125
        },
        {
            "start": 872978142,
            "stop": 872978195
        },
        {
            "start": 872978213,
            "stop": 872978220
        },
        {
            "start": 872978313,
            "stop": 872978332
        },
        {
            "start": 872978350,
            "stop": 872978369
        },
        {
            "start": 872978387,
            "stop": 872978452
        },
        {
            "start": 872978469,
            "stop": 872978933
        },
        {
            "start": 872978950,
            "stop": 872978981
        },
        {
            "start": 872978999,
            "stop": 872979058
        },
        {
            "start": 872979075,
            "stop": 872979168
        },
        {
            "start": 872979240,
            "stop": 872979288
        },
        {
            "start": 872979305,
            "stop": 872979382
        },
        {
            "start": 872979480,
            "stop": 872979574
        }
    ]
}