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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=377",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=375",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 376,
    "results": [
        {
            "start": 934761553,
            "stop": 934761753
        },
        {
            "start": 934761756,
            "stop": 934761765
        },
        {
            "start": 934761768,
            "stop": 934761781
        },
        {
            "start": 934761786,
            "stop": 934761809
        },
        {
            "start": 934761812,
            "stop": 934761816
        },
        {
            "start": 934761819,
            "stop": 934761832
        },
        {
            "start": 934761836,
            "stop": 934764139
        },
        {
            "start": 934764199,
            "stop": 934765357
        },
        {
            "start": 934765359,
            "stop": 934765382
        },
        {
            "start": 934765385,
            "stop": 934765410
        },
        {
            "start": 934765412,
            "stop": 934765424
        },
        {
            "start": 934765426,
            "stop": 934765432
        },
        {
            "start": 934765436,
            "stop": 934766853
        },
        {
            "start": 934769511,
            "stop": 934772557
        },
        {
            "start": 934772559,
            "stop": 934772583
        },
        {
            "start": 934772585,
            "stop": 934772590
        },
        {
            "start": 934772592,
            "stop": 934772615
        },
        {
            "start": 934772617,
            "stop": 934772631
        },
        {
            "start": 934772635,
            "stop": 934776133
        },
        {
            "start": 934776136,
            "stop": 934776183
        }
    ]
}