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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=145",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 146,
    "results": [
        {
            "start": 931486729,
            "stop": 931486736
        },
        {
            "start": 931486737,
            "stop": 931487059
        },
        {
            "start": 931487060,
            "stop": 931487064
        },
        {
            "start": 931487069,
            "stop": 931487070
        },
        {
            "start": 931487072,
            "stop": 931487073
        },
        {
            "start": 931487077,
            "stop": 931487085
        },
        {
            "start": 931487092,
            "stop": 931487096
        },
        {
            "start": 931487101,
            "stop": 931487102
        },
        {
            "start": 931487106,
            "stop": 931487109
        },
        {
            "start": 931487110,
            "stop": 931487112
        },
        {
            "start": 931487114,
            "stop": 931487124
        },
        {
            "start": 931487126,
            "stop": 931487132
        },
        {
            "start": 931487133,
            "stop": 931487134
        },
        {
            "start": 931487136,
            "stop": 931487144
        },
        {
            "start": 931487146,
            "stop": 931487147
        },
        {
            "start": 931487149,
            "stop": 931487168
        },
        {
            "start": 931487170,
            "stop": 931487172
        },
        {
            "start": 931487173,
            "stop": 931487232
        },
        {
            "start": 931487233,
            "stop": 931487241
        },
        {
            "start": 931487243,
            "stop": 931487249
        }
    ]
}