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=3963
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=3964",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3962",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3963,
    "results": [
        {
            "start": 874409760,
            "stop": 874409765
        },
        {
            "start": 874409768,
            "stop": 874409813
        },
        {
            "start": 874409816,
            "stop": 874409818
        },
        {
            "start": 874409821,
            "stop": 874409893
        },
        {
            "start": 874409896,
            "stop": 874410030
        },
        {
            "start": 874410033,
            "stop": 874410685
        },
        {
            "start": 874410686,
            "stop": 874410727
        },
        {
            "start": 874410730,
            "stop": 874410732
        },
        {
            "start": 874410735,
            "stop": 874410745
        },
        {
            "start": 874410748,
            "stop": 874410978
        },
        {
            "start": 874410984,
            "stop": 874410999
        },
        {
            "start": 874411002,
            "stop": 874411075
        },
        {
            "start": 874411081,
            "stop": 874411093
        },
        {
            "start": 874411096,
            "stop": 874411139
        },
        {
            "start": 874411142,
            "stop": 874411151
        },
        {
            "start": 874411159,
            "stop": 874411210
        },
        {
            "start": 874411218,
            "stop": 874411222
        },
        {
            "start": 874411225,
            "stop": 874411285
        },
        {
            "start": 874411288,
            "stop": 874411293
        },
        {
            "start": 874411296,
            "stop": 874411298
        }
    ]
}