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=14216
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=14217",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14215",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14216,
    "results": [
        {
            "start": 971171396,
            "stop": 971171400
        },
        {
            "start": 971171403,
            "stop": 971171404
        },
        {
            "start": 971171408,
            "stop": 971171409
        },
        {
            "start": 971171411,
            "stop": 971171414
        },
        {
            "start": 971171420,
            "stop": 971171421
        },
        {
            "start": 971171425,
            "stop": 971171430
        },
        {
            "start": 971171431,
            "stop": 971171432
        },
        {
            "start": 971171434,
            "stop": 971171445
        },
        {
            "start": 971171449,
            "stop": 971171452
        },
        {
            "start": 971171456,
            "stop": 971171457
        },
        {
            "start": 971171461,
            "stop": 971171470
        },
        {
            "start": 971171471,
            "stop": 971171474
        },
        {
            "start": 971171477,
            "stop": 971171478
        },
        {
            "start": 971171481,
            "stop": 971171482
        },
        {
            "start": 971171485,
            "stop": 971171487
        },
        {
            "start": 971171488,
            "stop": 971171490
        },
        {
            "start": 971171491,
            "stop": 971171502
        },
        {
            "start": 971171510,
            "stop": 971171518
        },
        {
            "start": 971171519,
            "stop": 971171529
        },
        {
            "start": 971171533,
            "stop": 971171536
        }
    ]
}