Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=7
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=6",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 7,
    "results": [
        {
            "start": 1167610190,
            "stop": 1167610345
        },
        {
            "start": 1167621300,
            "stop": 1167625910
        },
        {
            "start": 1167625912,
            "stop": 1167625916
        },
        {
            "start": 1167625918,
            "stop": 1167628469
        },
        {
            "start": 1167629025,
            "stop": 1167632110
        },
        {
            "start": 1167632112,
            "stop": 1167632409
        },
        {
            "start": 1167632411,
            "stop": 1167662961
        },
        {
            "start": 1167662963,
            "stop": 1167662973
        },
        {
            "start": 1167662975,
            "stop": 1167665426
        },
        {
            "start": 1167666387,
            "stop": 1167669449
        },
        {
            "start": 1167669451,
            "stop": 1167669743
        },
        {
            "start": 1167669745,
            "stop": 1167670159
        },
        {
            "start": 1167680478,
            "stop": 1167680642
        },
        {
            "start": 1167682623,
            "stop": 1167687616
        },
        {
            "start": 1167687617,
            "stop": 1167689456
        },
        {
            "start": 1167689863,
            "stop": 1167706610
        },
        {
            "start": 1167707103,
            "stop": 1167710438
        },
        {
            "start": 1167710440,
            "stop": 1167718466
        },
        {
            "start": 1167718467,
            "stop": 1167722555
        },
        {
            "start": 1167726591,
            "stop": 1167736022
        }
    ]
}