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/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3790
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3791",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3789",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3790,
    "results": [
        {
            "start": 874469313,
            "stop": 874469425
        },
        {
            "start": 874469479,
            "stop": 874469501
        },
        {
            "start": 874469518,
            "stop": 874469536
        },
        {
            "start": 874469553,
            "stop": 874469636
        },
        {
            "start": 874469653,
            "stop": 874469857
        },
        {
            "start": 874469874,
            "stop": 874469876
        },
        {
            "start": 874469893,
            "stop": 874470142
        },
        {
            "start": 874470159,
            "stop": 874470168
        },
        {
            "start": 874470185,
            "stop": 874470296
        },
        {
            "start": 874470313,
            "stop": 874471208
        },
        {
            "start": 874471225,
            "stop": 874471405
        },
        {
            "start": 874471422,
            "stop": 874472835
        },
        {
            "start": 874472866,
            "stop": 874472867
        },
        {
            "start": 874472884,
            "stop": 874472906
        },
        {
            "start": 874472923,
            "stop": 874473300
        },
        {
            "start": 874473317,
            "stop": 874473544
        },
        {
            "start": 874473561,
            "stop": 874474064
        },
        {
            "start": 874474081,
            "stop": 874474143
        },
        {
            "start": 874474160,
            "stop": 874476017
        },
        {
            "start": 874476034,
            "stop": 874478542
        }
    ]
}