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=390
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=391",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=389",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 390,
    "results": [
        {
            "start": 821764127,
            "stop": 821764134
        },
        {
            "start": 821764137,
            "stop": 821764138
        },
        {
            "start": 821764141,
            "stop": 821764142
        },
        {
            "start": 821764145,
            "stop": 821764147
        },
        {
            "start": 821764153,
            "stop": 821764164
        },
        {
            "start": 821764168,
            "stop": 821764170
        },
        {
            "start": 821764177,
            "stop": 821764178
        },
        {
            "start": 821764181,
            "stop": 821764190
        },
        {
            "start": 821764196,
            "stop": 821764200
        },
        {
            "start": 821764203,
            "stop": 821764205
        },
        {
            "start": 821764208,
            "stop": 821764217
        },
        {
            "start": 821764220,
            "stop": 821764223
        },
        {
            "start": 821764226,
            "stop": 821764235
        },
        {
            "start": 821764240,
            "stop": 821764243
        },
        {
            "start": 821764246,
            "stop": 821764258
        },
        {
            "start": 821764261,
            "stop": 821764262
        },
        {
            "start": 821764267,
            "stop": 821764277
        },
        {
            "start": 821764280,
            "stop": 821764293
        },
        {
            "start": 821764296,
            "stop": 821764302
        },
        {
            "start": 821764316,
            "stop": 821764317
        }
    ]
}