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=365
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=366",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=364",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 365,
    "results": [
        {
            "start": 1181724981,
            "stop": 1181725329
        },
        {
            "start": 1181725332,
            "stop": 1181725333
        },
        {
            "start": 1181725334,
            "stop": 1181725640
        },
        {
            "start": 1181725641,
            "stop": 1181726848
        },
        {
            "start": 1181726849,
            "stop": 1181728863
        },
        {
            "start": 1181728864,
            "stop": 1181730957
        },
        {
            "start": 1181730958,
            "stop": 1181733010
        },
        {
            "start": 1181733011,
            "stop": 1181733012
        },
        {
            "start": 1181733013,
            "stop": 1181735264
        },
        {
            "start": 1181735265,
            "stop": 1181737346
        },
        {
            "start": 1181737348,
            "stop": 1181737558
        },
        {
            "start": 1181738021,
            "stop": 1181739327
        },
        {
            "start": 1181739329,
            "stop": 1181739400
        },
        {
            "start": 1181739401,
            "stop": 1181740461
        },
        {
            "start": 1181740465,
            "stop": 1181741415
        },
        {
            "start": 1181741416,
            "stop": 1181743538
        },
        {
            "start": 1181743539,
            "stop": 1181744172
        },
        {
            "start": 1181744173,
            "stop": 1181744186
        },
        {
            "start": 1181744189,
            "stop": 1181745563
        },
        {
            "start": 1181745564,
            "stop": 1181747579
        }
    ]
}