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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2104",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2105,
    "results": [
        {
            "start": 865194800,
            "stop": 865195425
        },
        {
            "start": 865195725,
            "stop": 865195789
        },
        {
            "start": 865195790,
            "stop": 865196027
        },
        {
            "start": 865196035,
            "stop": 865196039
        },
        {
            "start": 865196040,
            "stop": 865196052
        },
        {
            "start": 865196058,
            "stop": 865196065
        },
        {
            "start": 865196070,
            "stop": 865196092
        },
        {
            "start": 865196093,
            "stop": 865196130
        },
        {
            "start": 865196131,
            "stop": 865196501
        },
        {
            "start": 865196502,
            "stop": 865196515
        },
        {
            "start": 865196516,
            "stop": 865196542
        },
        {
            "start": 865196548,
            "stop": 865196557
        },
        {
            "start": 865196559,
            "stop": 865196566
        },
        {
            "start": 865196567,
            "stop": 865196653
        },
        {
            "start": 865196953,
            "stop": 865197723
        },
        {
            "start": 865197725,
            "stop": 865197832
        },
        {
            "start": 865197834,
            "stop": 865198141
        },
        {
            "start": 865198143,
            "stop": 865198211
        },
        {
            "start": 865198213,
            "stop": 865198283
        },
        {
            "start": 865198839,
            "stop": 865198844
        }
    ]
}