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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8837",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8835",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8836,
    "results": [
        {
            "start": 874464219,
            "stop": 874464746
        },
        {
            "start": 874464763,
            "stop": 874465239
        },
        {
            "start": 874465359,
            "stop": 874466323
        },
        {
            "start": 874466340,
            "stop": 874466505
        },
        {
            "start": 874466522,
            "stop": 874466583
        },
        {
            "start": 874466703,
            "stop": 874467189
        },
        {
            "start": 874467207,
            "stop": 874467282
        },
        {
            "start": 874467299,
            "stop": 874467401
        },
        {
            "start": 874467418,
            "stop": 874467505
        },
        {
            "start": 874467625,
            "stop": 874467720
        },
        {
            "start": 874467760,
            "stop": 874468241
        },
        {
            "start": 874468361,
            "stop": 874468432
        },
        {
            "start": 874468450,
            "stop": 874468530
        },
        {
            "start": 874468620,
            "stop": 874468726
        },
        {
            "start": 874468743,
            "stop": 874469200
        },
        {
            "start": 874469217,
            "stop": 874469226
        },
        {
            "start": 874469252,
            "stop": 874469256
        },
        {
            "start": 874469273,
            "stop": 874469289
        },
        {
            "start": 874469306,
            "stop": 874469427
        },
        {
            "start": 874469444,
            "stop": 874469460
        }
    ]
}