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=14744
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=14745",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14743",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14744,
    "results": [
        {
            "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
        },
        {
            "start": 971179343,
            "stop": 971179345
        },
        {
            "start": 971179347,
            "stop": 971179348
        },
        {
            "start": 971179351,
            "stop": 971179354
        },
        {
            "start": 971179357,
            "stop": 971179359
        },
        {
            "start": 971179360,
            "stop": 971179361
        },
        {
            "start": 971179363,
            "stop": 971179365
        },
        {
            "start": 971179366,
            "stop": 971179369
        }
    ]
}