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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=151",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 152,
    "results": [
        {
            "start": 836379290,
            "stop": 836393053
        },
        {
            "start": 836393089,
            "stop": 836393091
        },
        {
            "start": 836393843,
            "stop": 836422751
        },
        {
            "start": 836422894,
            "stop": 836424889
        },
        {
            "start": 836424993,
            "stop": 836427013
        },
        {
            "start": 836427060,
            "stop": 836427061
        },
        {
            "start": 836499306,
            "stop": 836515633
        },
        {
            "start": 836515652,
            "stop": 836515654
        },
        {
            "start": 836516815,
            "stop": 836542110
        },
        {
            "start": 836542718,
            "stop": 836550973
        },
        {
            "start": 836553626,
            "stop": 836562373
        },
        {
            "start": 836562410,
            "stop": 836562412
        },
        {
            "start": 836563633,
            "stop": 836566853
        },
        {
            "start": 836567585,
            "stop": 836577733
        },
        {
            "start": 836577747,
            "stop": 836577748
        },
        {
            "start": 836577802,
            "stop": 836592733
        },
        {
            "start": 836592760,
            "stop": 836592761
        },
        {
            "start": 836593311,
            "stop": 836596933
        },
        {
            "start": 836596973,
            "stop": 836596974
        },
        {
            "start": 836597150,
            "stop": 836600173
        }
    ]
}