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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=301",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 302,
    "results": [
        {
            "start": 847645725,
            "stop": 847645732
        },
        {
            "start": 847645733,
            "stop": 847645735
        },
        {
            "start": 847645736,
            "stop": 847645758
        },
        {
            "start": 847645759,
            "stop": 847645779
        },
        {
            "start": 847645780,
            "stop": 847645799
        },
        {
            "start": 847645800,
            "stop": 847645820
        },
        {
            "start": 847645822,
            "stop": 847645862
        },
        {
            "start": 847645863,
            "stop": 847645884
        },
        {
            "start": 847645886,
            "stop": 847645915
        },
        {
            "start": 847645916,
            "stop": 847645917
        },
        {
            "start": 847645918,
            "stop": 847645919
        },
        {
            "start": 847645920,
            "stop": 847645938
        },
        {
            "start": 847645939,
            "stop": 847645995
        },
        {
            "start": 847645996,
            "stop": 847646077
        },
        {
            "start": 847646078,
            "stop": 847646079
        },
        {
            "start": 847646080,
            "stop": 847646085
        },
        {
            "start": 847646087,
            "stop": 847646096
        },
        {
            "start": 847646097,
            "stop": 847646128
        },
        {
            "start": 847646129,
            "stop": 847646182
        },
        {
            "start": 847646183,
            "stop": 847646203
        }
    ]
}