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=147
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=148",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=146",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 147,
    "results": [
        {
            "start": 1175915377,
            "stop": 1175917432
        },
        {
            "start": 1175917433,
            "stop": 1175917598
        },
        {
            "start": 1175917599,
            "stop": 1175917618
        },
        {
            "start": 1175917619,
            "stop": 1175919690
        },
        {
            "start": 1175919694,
            "stop": 1175919941
        },
        {
            "start": 1175919942,
            "stop": 1175920863
        },
        {
            "start": 1175924117,
            "stop": 1175925000
        },
        {
            "start": 1175927595,
            "stop": 1175927845
        },
        {
            "start": 1175927848,
            "stop": 1175929143
        },
        {
            "start": 1175929146,
            "stop": 1175929490
        },
        {
            "start": 1175929493,
            "stop": 1175929510
        },
        {
            "start": 1175929513,
            "stop": 1175929784
        },
        {
            "start": 1175929787,
            "stop": 1175931808
        },
        {
            "start": 1175931812,
            "stop": 1175933164
        },
        {
            "start": 1175933165,
            "stop": 1175933285
        },
        {
            "start": 1175933286,
            "stop": 1175937627
        },
        {
            "start": 1175937631,
            "stop": 1175944478
        },
        {
            "start": 1175944479,
            "stop": 1175944646
        },
        {
            "start": 1175944647,
            "stop": 1175944678
        },
        {
            "start": 1175944679,
            "stop": 1175944778
        }
    ]
}