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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=145",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 146,
    "results": [
        {
            "start": 1175912109,
            "stop": 1175912192
        },
        {
            "start": 1175912193,
            "stop": 1175913122
        },
        {
            "start": 1175913127,
            "stop": 1175913128
        },
        {
            "start": 1175913130,
            "stop": 1175913156
        },
        {
            "start": 1175913158,
            "stop": 1175914244
        },
        {
            "start": 1175914245,
            "stop": 1175914267
        },
        {
            "start": 1175914269,
            "stop": 1175914295
        },
        {
            "start": 1175914297,
            "stop": 1175914334
        },
        {
            "start": 1175914335,
            "stop": 1175914341
        },
        {
            "start": 1175914342,
            "stop": 1175914354
        },
        {
            "start": 1175914355,
            "stop": 1175914485
        },
        {
            "start": 1175914486,
            "stop": 1175914529
        },
        {
            "start": 1175914530,
            "stop": 1175914539
        },
        {
            "start": 1175914540,
            "stop": 1175914630
        },
        {
            "start": 1175914632,
            "stop": 1175914672
        },
        {
            "start": 1175914673,
            "stop": 1175914717
        },
        {
            "start": 1175914721,
            "stop": 1175914732
        },
        {
            "start": 1175914733,
            "stop": 1175914858
        },
        {
            "start": 1175914859,
            "stop": 1175914879
        },
        {
            "start": 1175914882,
            "stop": 1175915376
        }
    ]
}