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=238
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=239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=237",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 238,
    "results": [
        {
            "start": 821679134,
            "stop": 821679144
        },
        {
            "start": 821679147,
            "stop": 821679150
        },
        {
            "start": 821679154,
            "stop": 821679157
        },
        {
            "start": 821679160,
            "stop": 821679165
        },
        {
            "start": 821679168,
            "stop": 821679170
        },
        {
            "start": 821679176,
            "stop": 821679180
        },
        {
            "start": 821679183,
            "stop": 821679187
        },
        {
            "start": 821679190,
            "stop": 821679192
        },
        {
            "start": 821679209,
            "stop": 821679215
        },
        {
            "start": 821679218,
            "stop": 821679219
        },
        {
            "start": 821679223,
            "stop": 821679225
        },
        {
            "start": 821679249,
            "stop": 821679252
        },
        {
            "start": 821679255,
            "stop": 821679261
        },
        {
            "start": 821679264,
            "stop": 821679271
        },
        {
            "start": 821679274,
            "stop": 821679276
        },
        {
            "start": 821679279,
            "stop": 821679289
        },
        {
            "start": 821679296,
            "stop": 821679316
        },
        {
            "start": 821679319,
            "stop": 821679325
        },
        {
            "start": 821679328,
            "stop": 821679337
        },
        {
            "start": 821679340,
            "stop": 821679351
        }
    ]
}