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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=36",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 37,
    "results": [
        {
            "start": 931249988,
            "stop": 931249993
        },
        {
            "start": 931249996,
            "stop": 931249997
        },
        {
            "start": 931250000,
            "stop": 931250002
        },
        {
            "start": 931250004,
            "stop": 931250021
        },
        {
            "start": 931250023,
            "stop": 931250038
        },
        {
            "start": 931250041,
            "stop": 931250054
        },
        {
            "start": 931250056,
            "stop": 931250060
        },
        {
            "start": 931250062,
            "stop": 931250076
        },
        {
            "start": 931250080,
            "stop": 931250082
        },
        {
            "start": 931250084,
            "stop": 931250089
        },
        {
            "start": 931250091,
            "stop": 931250106
        },
        {
            "start": 931250108,
            "stop": 931250109
        },
        {
            "start": 931250111,
            "stop": 931250125
        },
        {
            "start": 931250128,
            "stop": 931250155
        },
        {
            "start": 931250160,
            "stop": 931250194
        },
        {
            "start": 931250199,
            "stop": 931250203
        },
        {
            "start": 931250205,
            "stop": 931250262
        },
        {
            "start": 931250264,
            "stop": 931250267
        },
        {
            "start": 931250269,
            "stop": 931250295
        },
        {
            "start": 931250297,
            "stop": 931250313
        }
    ]
}