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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6589",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6587",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6588,
    "results": [
        {
            "start": 874632127,
            "stop": 874632509
        },
        {
            "start": 874632511,
            "stop": 874632673
        },
        {
            "start": 874632674,
            "stop": 874632694
        },
        {
            "start": 874632696,
            "stop": 874633557
        },
        {
            "start": 874633558,
            "stop": 874633811
        },
        {
            "start": 874633812,
            "stop": 874634072
        },
        {
            "start": 874634073,
            "stop": 874634145
        },
        {
            "start": 874634147,
            "stop": 874634248
        },
        {
            "start": 874634249,
            "stop": 874634474
        },
        {
            "start": 874634475,
            "stop": 874634516
        },
        {
            "start": 874634517,
            "stop": 874634914
        },
        {
            "start": 874634915,
            "stop": 874634918
        },
        {
            "start": 874634919,
            "stop": 874635248
        },
        {
            "start": 874635249,
            "stop": 874635264
        },
        {
            "start": 874635265,
            "stop": 874635599
        },
        {
            "start": 874635600,
            "stop": 874635682
        },
        {
            "start": 874635683,
            "stop": 874635701
        },
        {
            "start": 874635702,
            "stop": 874635754
        },
        {
            "start": 874635755,
            "stop": 874636005
        },
        {
            "start": 874636006,
            "stop": 874636089
        }
    ]
}