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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=257",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=255",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 256,
    "results": [
        {
            "start": 821684063,
            "stop": 821684064
        },
        {
            "start": 821684067,
            "stop": 821684080
        },
        {
            "start": 821684083,
            "stop": 821684091
        },
        {
            "start": 821684094,
            "stop": 821684098
        },
        {
            "start": 821684104,
            "stop": 821684105
        },
        {
            "start": 821684108,
            "stop": 821684114
        },
        {
            "start": 821684118,
            "stop": 821684121
        },
        {
            "start": 821684125,
            "stop": 821684145
        },
        {
            "start": 821684148,
            "stop": 821684150
        },
        {
            "start": 821684160,
            "stop": 821684185
        },
        {
            "start": 821684195,
            "stop": 821684196
        },
        {
            "start": 821684200,
            "stop": 821684202
        },
        {
            "start": 821684205,
            "stop": 821684217
        },
        {
            "start": 821684224,
            "stop": 821684230
        },
        {
            "start": 821684234,
            "stop": 821684248
        },
        {
            "start": 821684257,
            "stop": 821684259
        },
        {
            "start": 821684262,
            "stop": 821684275
        },
        {
            "start": 821684278,
            "stop": 821684280
        },
        {
            "start": 821684283,
            "stop": 821684287
        },
        {
            "start": 821684290,
            "stop": 821684308
        }
    ]
}