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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=477",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=475",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 476,
    "results": [
        {
            "start": 821789999,
            "stop": 821790002
        },
        {
            "start": 821790007,
            "stop": 821790011
        },
        {
            "start": 821790014,
            "stop": 821790019
        },
        {
            "start": 821790022,
            "stop": 821790032
        },
        {
            "start": 821790035,
            "stop": 821790036
        },
        {
            "start": 821790039,
            "stop": 821790047
        },
        {
            "start": 821790050,
            "stop": 821790063
        },
        {
            "start": 821790066,
            "stop": 821790067
        },
        {
            "start": 821790070,
            "stop": 821790075
        },
        {
            "start": 821790078,
            "stop": 821790084
        },
        {
            "start": 821790087,
            "stop": 821790091
        },
        {
            "start": 821790094,
            "stop": 821790105
        },
        {
            "start": 821790111,
            "stop": 821790119
        },
        {
            "start": 821790124,
            "stop": 821790149
        },
        {
            "start": 821790152,
            "stop": 821790172
        },
        {
            "start": 821790175,
            "stop": 821790184
        },
        {
            "start": 821790187,
            "stop": 821790222
        },
        {
            "start": 821790227,
            "stop": 821790247
        },
        {
            "start": 821790250,
            "stop": 821790255
        },
        {
            "start": 821790261,
            "stop": 821790266
        }
    ]
}