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=197
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=198",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=196",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 197,
    "results": [
        {
            "start": 1176790135,
            "stop": 1176790151
        },
        {
            "start": 1176790162,
            "stop": 1176790166
        },
        {
            "start": 1176790171,
            "stop": 1176790209
        },
        {
            "start": 1176790212,
            "stop": 1176790213
        },
        {
            "start": 1176790214,
            "stop": 1176790278
        },
        {
            "start": 1176790279,
            "stop": 1176790359
        },
        {
            "start": 1176790360,
            "stop": 1176790361
        },
        {
            "start": 1176790364,
            "stop": 1176790406
        },
        {
            "start": 1176790407,
            "stop": 1176790592
        },
        {
            "start": 1176790595,
            "stop": 1176790624
        },
        {
            "start": 1176790626,
            "stop": 1176790794
        },
        {
            "start": 1176790796,
            "stop": 1176790807
        },
        {
            "start": 1176790810,
            "stop": 1176790811
        },
        {
            "start": 1176790812,
            "stop": 1176790848
        },
        {
            "start": 1176790849,
            "stop": 1176790903
        },
        {
            "start": 1176790904,
            "stop": 1176791135
        },
        {
            "start": 1176791136,
            "stop": 1176791171
        },
        {
            "start": 1176791172,
            "stop": 1176791508
        },
        {
            "start": 1176791509,
            "stop": 1176791550
        },
        {
            "start": 1176791552,
            "stop": 1176791556
        }
    ]
}