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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=851",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=849",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 850,
    "results": [
        {
            "start": 873027013,
            "stop": 873027021
        },
        {
            "start": 873027025,
            "stop": 873027033
        },
        {
            "start": 873027038,
            "stop": 873027041
        },
        {
            "start": 873027045,
            "stop": 873027057
        },
        {
            "start": 873027062,
            "stop": 873027080
        },
        {
            "start": 873027084,
            "stop": 873027093
        },
        {
            "start": 873027097,
            "stop": 873027104
        },
        {
            "start": 873027108,
            "stop": 873027113
        },
        {
            "start": 873027121,
            "stop": 873027126
        },
        {
            "start": 873027130,
            "stop": 873027139
        },
        {
            "start": 873027145,
            "stop": 873027150
        },
        {
            "start": 873027157,
            "stop": 873027163
        },
        {
            "start": 873027170,
            "stop": 873027175
        },
        {
            "start": 873027179,
            "stop": 873027188
        },
        {
            "start": 873027195,
            "stop": 873027200
        },
        {
            "start": 873027204,
            "stop": 873027212
        },
        {
            "start": 873027219,
            "stop": 873027225
        },
        {
            "start": 873027231,
            "stop": 873027236
        },
        {
            "start": 873027244,
            "stop": 873027248
        },
        {
            "start": 873027252,
            "stop": 873027286
        }
    ]
}