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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=58",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 59,
    "results": [
        {
            "start": 817696470,
            "stop": 817696473
        },
        {
            "start": 817696477,
            "stop": 817698463
        },
        {
            "start": 817698466,
            "stop": 817698470
        },
        {
            "start": 817698475,
            "stop": 817698478
        },
        {
            "start": 817698481,
            "stop": 817698550
        },
        {
            "start": 817698553,
            "stop": 817698576
        },
        {
            "start": 817698582,
            "stop": 817698583
        },
        {
            "start": 817700009,
            "stop": 817700183
        },
        {
            "start": 817700186,
            "stop": 817700187
        },
        {
            "start": 817704087,
            "stop": 817705495
        },
        {
            "start": 817705500,
            "stop": 817705501
        },
        {
            "start": 817705504,
            "stop": 817705506
        },
        {
            "start": 817705509,
            "stop": 817705517
        },
        {
            "start": 817705525,
            "stop": 817709156
        },
        {
            "start": 817709159,
            "stop": 817713987
        },
        {
            "start": 817713990,
            "stop": 817714175
        },
        {
            "start": 817714181,
            "stop": 817714193
        },
        {
            "start": 817714196,
            "stop": 817714245
        },
        {
            "start": 817714248,
            "stop": 817714947
        },
        {
            "start": 817714950,
            "stop": 817714951
        }
    ]
}