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=396
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=397",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=395",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 396,
    "results": [
        {
            "start": 1182353795,
            "stop": 1182354350
        },
        {
            "start": 1182354352,
            "stop": 1182356001
        },
        {
            "start": 1182356005,
            "stop": 1182356411
        },
        {
            "start": 1182356414,
            "stop": 1182357690
        },
        {
            "start": 1182357691,
            "stop": 1182358237
        },
        {
            "start": 1182358241,
            "stop": 1182359935
        },
        {
            "start": 1182359939,
            "stop": 1182372529
        },
        {
            "start": 1182372533,
            "stop": 1182380233
        },
        {
            "start": 1182380237,
            "stop": 1182382301
        },
        {
            "start": 1182382302,
            "stop": 1182384942
        },
        {
            "start": 1182384943,
            "stop": 1182386977
        },
        {
            "start": 1182386978,
            "stop": 1182387581
        },
        {
            "start": 1182387582,
            "stop": 1182389596
        },
        {
            "start": 1182389597,
            "stop": 1182389804
        },
        {
            "start": 1182389805,
            "stop": 1182389838
        },
        {
            "start": 1182389839,
            "stop": 1182389844
        },
        {
            "start": 1182389846,
            "stop": 1182391254
        },
        {
            "start": 1182391256,
            "stop": 1182391484
        },
        {
            "start": 1182391485,
            "stop": 1182392216
        },
        {
            "start": 1182392217,
            "stop": 1182392229
        }
    ]
}