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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=169",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 170,
    "results": [
        {
            "start": 816861118,
            "stop": 816861126
        },
        {
            "start": 816861132,
            "stop": 816861222
        },
        {
            "start": 816861225,
            "stop": 816861422
        },
        {
            "start": 816861426,
            "stop": 816861453
        },
        {
            "start": 816861457,
            "stop": 816861466
        },
        {
            "start": 816861471,
            "stop": 816861475
        },
        {
            "start": 816861484,
            "stop": 816861488
        },
        {
            "start": 816861491,
            "stop": 816861539
        },
        {
            "start": 816861542,
            "stop": 816861551
        },
        {
            "start": 816861556,
            "stop": 816861561
        },
        {
            "start": 816861565,
            "stop": 816861636
        },
        {
            "start": 816861639,
            "stop": 816861643
        },
        {
            "start": 816861649,
            "stop": 816861650
        },
        {
            "start": 816861661,
            "stop": 816861664
        },
        {
            "start": 816861670,
            "stop": 816861721
        },
        {
            "start": 816861725,
            "stop": 816861868
        },
        {
            "start": 816861873,
            "stop": 816861881
        },
        {
            "start": 816861887,
            "stop": 816861999
        },
        {
            "start": 816862003,
            "stop": 816862005
        },
        {
            "start": 816862009,
            "stop": 816862018
        }
    ]
}