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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=336",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=334",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 335,
    "results": [
        {
            "start": 1181216646,
            "stop": 1181216775
        },
        {
            "start": 1181216776,
            "stop": 1181216839
        },
        {
            "start": 1181216840,
            "stop": 1181217454
        },
        {
            "start": 1181217455,
            "stop": 1181219648
        },
        {
            "start": 1181219649,
            "stop": 1181220501
        },
        {
            "start": 1181220505,
            "stop": 1181221632
        },
        {
            "start": 1181221633,
            "stop": 1181223774
        },
        {
            "start": 1181223775,
            "stop": 1181225632
        },
        {
            "start": 1181225633,
            "stop": 1181225803
        },
        {
            "start": 1181225807,
            "stop": 1181226981
        },
        {
            "start": 1181226983,
            "stop": 1181226985
        },
        {
            "start": 1181226986,
            "stop": 1181227668
        },
        {
            "start": 1181227669,
            "stop": 1181228229
        },
        {
            "start": 1181228230,
            "stop": 1181229339
        },
        {
            "start": 1181229341,
            "stop": 1181229348
        },
        {
            "start": 1181229349,
            "stop": 1181229840
        },
        {
            "start": 1181229841,
            "stop": 1181230145
        },
        {
            "start": 1181230146,
            "stop": 1181230337
        },
        {
            "start": 1181230340,
            "stop": 1181232234
        },
        {
            "start": 1181232236,
            "stop": 1181232252
        }
    ]
}