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=5058
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=5059",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5057",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5058,
    "results": [
        {
            "start": 872974570,
            "stop": 872974584
        },
        {
            "start": 872974618,
            "stop": 872974660
        },
        {
            "start": 872974697,
            "stop": 872974737
        },
        {
            "start": 872974890,
            "stop": 872974920
        },
        {
            "start": 872976334,
            "stop": 872976339
        },
        {
            "start": 872976357,
            "stop": 872976360
        },
        {
            "start": 872976780,
            "stop": 872976929
        },
        {
            "start": 872977069,
            "stop": 872977132
        },
        {
            "start": 872977149,
            "stop": 872977160
        },
        {
            "start": 872977177,
            "stop": 872977251
        },
        {
            "start": 872977268,
            "stop": 872977278
        },
        {
            "start": 872977311,
            "stop": 872977324
        },
        {
            "start": 872977341,
            "stop": 872977360
        },
        {
            "start": 872977378,
            "stop": 872977392
        },
        {
            "start": 872977410,
            "stop": 872977427
        },
        {
            "start": 872977444,
            "stop": 872977447
        },
        {
            "start": 872977463,
            "stop": 872977477
        },
        {
            "start": 872977494,
            "stop": 872977500
        },
        {
            "start": 872977628,
            "stop": 872977633
        },
        {
            "start": 872977651,
            "stop": 872977652
        }
    ]
}