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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14207",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14205",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14206,
    "results": [
        {
            "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
        },
        {
            "start": 971170406,
            "stop": 971170408
        },
        {
            "start": 971170409,
            "stop": 971170417
        }
    ]
}