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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=123",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 124,
    "results": [
        {
            "start": 931369102,
            "stop": 931369111
        },
        {
            "start": 931369112,
            "stop": 931369119
        },
        {
            "start": 931369122,
            "stop": 931369130
        },
        {
            "start": 931369132,
            "stop": 931369213
        },
        {
            "start": 931369214,
            "stop": 931369274
        },
        {
            "start": 931369275,
            "stop": 931369290
        },
        {
            "start": 931369291,
            "stop": 931369298
        },
        {
            "start": 931369299,
            "stop": 931369302
        },
        {
            "start": 931369303,
            "stop": 931369325
        },
        {
            "start": 931369326,
            "stop": 931369344
        },
        {
            "start": 931369346,
            "stop": 931369356
        },
        {
            "start": 931369357,
            "stop": 931369402
        },
        {
            "start": 931369405,
            "stop": 931369409
        },
        {
            "start": 931369414,
            "stop": 931369470
        },
        {
            "start": 931369472,
            "stop": 931369516
        },
        {
            "start": 931369519,
            "stop": 931369563
        },
        {
            "start": 931369565,
            "stop": 931369580
        },
        {
            "start": 931369582,
            "stop": 931369674
        },
        {
            "start": 931369677,
            "stop": 931369681
        },
        {
            "start": 931369683,
            "stop": 931369692
        }
    ]
}