Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=35
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=34",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 35,
    "results": [
        {
            "start": 816679875,
            "stop": 816679935
        },
        {
            "start": 816679964,
            "stop": 816680029
        },
        {
            "start": 816680040,
            "stop": 816680112
        },
        {
            "start": 816680119,
            "stop": 816680230
        },
        {
            "start": 816680239,
            "stop": 816680299
        },
        {
            "start": 816680328,
            "stop": 816680359
        },
        {
            "start": 816680366,
            "stop": 816680394
        },
        {
            "start": 816680401,
            "stop": 816680418
        },
        {
            "start": 816680427,
            "stop": 816680528
        },
        {
            "start": 816680557,
            "stop": 816680591
        },
        {
            "start": 816680598,
            "stop": 816680725
        },
        {
            "start": 816680733,
            "stop": 816680830
        },
        {
            "start": 816680928,
            "stop": 816680941
        },
        {
            "start": 816680952,
            "stop": 816681022
        },
        {
            "start": 816681052,
            "stop": 816681215
        },
        {
            "start": 816681222,
            "stop": 816681257
        },
        {
            "start": 816681292,
            "stop": 816681362
        },
        {
            "start": 816681391,
            "stop": 816681667
        },
        {
            "start": 816681674,
            "stop": 816681701
        },
        {
            "start": 816681709,
            "stop": 816681718
        }
    ]
}