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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=295",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=293",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 294,
    "results": [
        {
            "start": 1175170547,
            "stop": 1175171751
        },
        {
            "start": 1175171753,
            "stop": 1175173048
        },
        {
            "start": 1175173050,
            "stop": 1175174240
        },
        {
            "start": 1175174242,
            "stop": 1175175592
        },
        {
            "start": 1175175594,
            "stop": 1175176830
        },
        {
            "start": 1175176832,
            "stop": 1175178215
        },
        {
            "start": 1175178217,
            "stop": 1175179447
        },
        {
            "start": 1175179449,
            "stop": 1175180421
        },
        {
            "start": 1175180423,
            "stop": 1175181655
        },
        {
            "start": 1175181657,
            "stop": 1175183001
        },
        {
            "start": 1175183003,
            "stop": 1175184040
        },
        {
            "start": 1175184042,
            "stop": 1175185211
        },
        {
            "start": 1175185213,
            "stop": 1175185518
        },
        {
            "start": 1175185520,
            "stop": 1175186628
        },
        {
            "start": 1175186630,
            "stop": 1175188007
        },
        {
            "start": 1175188009,
            "stop": 1175189189
        },
        {
            "start": 1175189191,
            "stop": 1175190459
        },
        {
            "start": 1175190461,
            "stop": 1175191537
        },
        {
            "start": 1175191539,
            "stop": 1175192644
        },
        {
            "start": 1175192646,
            "stop": 1175193709
        }
    ]
}