Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5658
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5659",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5657",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5658,
    "results": [
        {
            "start": 874523995,
            "stop": 874523997
        },
        {
            "start": 874524001,
            "stop": 874524017
        },
        {
            "start": 874524026,
            "stop": 874524037
        },
        {
            "start": 874524042,
            "stop": 874524055
        },
        {
            "start": 874524063,
            "stop": 874524067
        },
        {
            "start": 874524078,
            "stop": 874524119
        },
        {
            "start": 874524122,
            "stop": 874524144
        },
        {
            "start": 874524147,
            "stop": 874524150
        },
        {
            "start": 874524157,
            "stop": 874524160
        },
        {
            "start": 874524163,
            "stop": 874524184
        },
        {
            "start": 874524191,
            "stop": 874524197
        },
        {
            "start": 874524204,
            "stop": 874524205
        },
        {
            "start": 874524210,
            "stop": 874524217
        },
        {
            "start": 874524220,
            "stop": 874524222
        },
        {
            "start": 874524225,
            "stop": 874524227
        },
        {
            "start": 874524234,
            "stop": 874524243
        },
        {
            "start": 874524246,
            "stop": 874524250
        },
        {
            "start": 874524253,
            "stop": 874524258
        },
        {
            "start": 874524261,
            "stop": 874524270
        },
        {
            "start": 874524274,
            "stop": 874524298
        }
    ]
}