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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29286",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29284",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29285,
    "results": [
        {
            "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
        },
        {
            "start": 971179276,
            "stop": 971179278
        },
        {
            "start": 971179279,
            "stop": 971179284
        },
        {
            "start": 971179291,
            "stop": 971179292
        },
        {
            "start": 971179294,
            "stop": 971179295
        },
        {
            "start": 971179296,
            "stop": 971179297
        },
        {
            "start": 971179299,
            "stop": 971179301
        },
        {
            "start": 971179303,
            "stop": 971179304
        },
        {
            "start": 971179305,
            "stop": 971179307
        },
        {
            "start": 971179313,
            "stop": 971179314
        },
        {
            "start": 971179317,
            "stop": 971179319
        },
        {
            "start": 971179324,
            "stop": 971179327
        },
        {
            "start": 971179329,
            "stop": 971179333
        },
        {
            "start": 971179335,
            "stop": 971179340
        }
    ]
}