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=262
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=263",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=261",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 262,
    "results": [
        {
            "start": 850776913,
            "stop": 850784974
        },
        {
            "start": 850785106,
            "stop": 850785192
        },
        {
            "start": 850785249,
            "stop": 850793173
        },
        {
            "start": 850793186,
            "stop": 850793187
        },
        {
            "start": 850793776,
            "stop": 850809913
        },
        {
            "start": 850812638,
            "stop": 850822393
        },
        {
            "start": 850822430,
            "stop": 850822431
        },
        {
            "start": 850822689,
            "stop": 850832473
        },
        {
            "start": 850832479,
            "stop": 850832481
        },
        {
            "start": 850833373,
            "stop": 850856893
        },
        {
            "start": 850873731,
            "stop": 850893108
        },
        {
            "start": 850896360,
            "stop": 850912513
        },
        {
            "start": 850912538,
            "stop": 850912540
        },
        {
            "start": 850914436,
            "stop": 850920433
        },
        {
            "start": 850920455,
            "stop": 850920457
        },
        {
            "start": 850920553,
            "stop": 850925653
        },
        {
            "start": 850925662,
            "stop": 850925663
        },
        {
            "start": 850925773,
            "stop": 850927453
        },
        {
            "start": 850929537,
            "stop": 850930622
        },
        {
            "start": 850930691,
            "stop": 850931613
        }
    ]
}