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/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15715
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=15716",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15714",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15715,
    "results": [
        {
            "start": 971164204,
            "stop": 971164207
        },
        {
            "start": 971164211,
            "stop": 971164212
        },
        {
            "start": 971164213,
            "stop": 971164215
        },
        {
            "start": 971164216,
            "stop": 971164221
        },
        {
            "start": 971164223,
            "stop": 971164225
        },
        {
            "start": 971164227,
            "stop": 971164228
        },
        {
            "start": 971164234,
            "stop": 971164235
        },
        {
            "start": 971164237,
            "stop": 971164245
        },
        {
            "start": 971164249,
            "stop": 971164250
        },
        {
            "start": 971164251,
            "stop": 971164252
        },
        {
            "start": 971164253,
            "stop": 971164256
        },
        {
            "start": 971164264,
            "stop": 971164267
        },
        {
            "start": 971164268,
            "stop": 971164270
        },
        {
            "start": 971164273,
            "stop": 971164275
        },
        {
            "start": 971164276,
            "stop": 971164280
        },
        {
            "start": 971164281,
            "stop": 971164283
        },
        {
            "start": 971164285,
            "stop": 971164290
        },
        {
            "start": 971164295,
            "stop": 971164300
        },
        {
            "start": 971164301,
            "stop": 971164302
        },
        {
            "start": 971164307,
            "stop": 971164309
        }
    ]
}