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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=18",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 19,
    "results": [
        {
            "start": 1238188077,
            "stop": 1238188083
        },
        {
            "start": 1238188084,
            "stop": 1238188093
        },
        {
            "start": 1238188094,
            "stop": 1238188098
        },
        {
            "start": 1238188100,
            "stop": 1238188105
        },
        {
            "start": 1238188106,
            "stop": 1238188110
        },
        {
            "start": 1238188114,
            "stop": 1238188116
        },
        {
            "start": 1238188118,
            "stop": 1238188123
        },
        {
            "start": 1238188124,
            "stop": 1238188132
        },
        {
            "start": 1238188133,
            "stop": 1238188138
        },
        {
            "start": 1238188140,
            "stop": 1238188147
        },
        {
            "start": 1238188148,
            "stop": 1238188151
        },
        {
            "start": 1238188152,
            "stop": 1238188156
        },
        {
            "start": 1238188159,
            "stop": 1238188163
        },
        {
            "start": 1238188164,
            "stop": 1238188170
        },
        {
            "start": 1238188172,
            "stop": 1238188178
        },
        {
            "start": 1238188179,
            "stop": 1238188188
        },
        {
            "start": 1238188189,
            "stop": 1238188196
        },
        {
            "start": 1238188197,
            "stop": 1238188215
        },
        {
            "start": 1238188216,
            "stop": 1238188221
        },
        {
            "start": 1238188222,
            "stop": 1238188227
        }
    ]
}