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=14689
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=14690",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14688",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14689,
    "results": [
        {
            "start": 971170315,
            "stop": 971170318
        },
        {
            "start": 971170323,
            "stop": 971170326
        },
        {
            "start": 971170328,
            "stop": 971170330
        },
        {
            "start": 971170336,
            "stop": 971170338
        },
        {
            "start": 971170341,
            "stop": 971170342
        },
        {
            "start": 971170344,
            "stop": 971170345
        },
        {
            "start": 971170346,
            "stop": 971170347
        },
        {
            "start": 971170349,
            "stop": 971170350
        },
        {
            "start": 971170351,
            "stop": 971170353
        },
        {
            "start": 971170355,
            "stop": 971170359
        },
        {
            "start": 971170362,
            "stop": 971170364
        },
        {
            "start": 971170365,
            "stop": 971170367
        },
        {
            "start": 971170368,
            "stop": 971170372
        },
        {
            "start": 971170378,
            "stop": 971170379
        },
        {
            "start": 971170381,
            "stop": 971170382
        },
        {
            "start": 971170384,
            "stop": 971170385
        },
        {
            "start": 971170386,
            "stop": 971170389
        },
        {
            "start": 971170390,
            "stop": 971170391
        },
        {
            "start": 971170392,
            "stop": 971170394
        },
        {
            "start": 971170400,
            "stop": 971170404
        }
    ]
}