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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14744",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14742",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14743,
    "results": [
        {
            "start": 971179188,
            "stop": 971179189
        },
        {
            "start": 971179191,
            "stop": 971179194
        },
        {
            "start": 971179196,
            "stop": 971179198
        },
        {
            "start": 971179199,
            "stop": 971179200
        },
        {
            "start": 971179201,
            "stop": 971179203
        },
        {
            "start": 971179204,
            "stop": 971179207
        },
        {
            "start": 971179208,
            "stop": 971179212
        },
        {
            "start": 971179213,
            "stop": 971179215
        },
        {
            "start": 971179216,
            "stop": 971179218
        },
        {
            "start": 971179220,
            "stop": 971179221
        },
        {
            "start": 971179223,
            "stop": 971179228
        },
        {
            "start": 971179229,
            "stop": 971179238
        },
        {
            "start": 971179239,
            "stop": 971179240
        },
        {
            "start": 971179242,
            "stop": 971179247
        },
        {
            "start": 971179251,
            "stop": 971179252
        },
        {
            "start": 971179254,
            "stop": 971179257
        },
        {
            "start": 971179258,
            "stop": 971179259
        },
        {
            "start": 971179261,
            "stop": 971179262
        },
        {
            "start": 971179263,
            "stop": 971179266
        },
        {
            "start": 971179269,
            "stop": 971179275
        }
    ]
}