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=205
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=206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=204",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 205,
    "results": [
        {
            "start": 821666207,
            "stop": 821666212
        },
        {
            "start": 821666215,
            "stop": 821666223
        },
        {
            "start": 821666231,
            "stop": 821666235
        },
        {
            "start": 821666238,
            "stop": 821666244
        },
        {
            "start": 821666247,
            "stop": 821666273
        },
        {
            "start": 821666277,
            "stop": 821666287
        },
        {
            "start": 821666293,
            "stop": 821666295
        },
        {
            "start": 821666299,
            "stop": 821666327
        },
        {
            "start": 821666331,
            "stop": 821666337
        },
        {
            "start": 821666341,
            "stop": 821666355
        },
        {
            "start": 821666358,
            "stop": 821666360
        },
        {
            "start": 821666367,
            "stop": 821666374
        },
        {
            "start": 821666377,
            "stop": 821666378
        },
        {
            "start": 821666382,
            "stop": 821666389
        },
        {
            "start": 821666394,
            "stop": 821666404
        },
        {
            "start": 821666407,
            "stop": 821666409
        },
        {
            "start": 821666412,
            "stop": 821666419
        },
        {
            "start": 821666422,
            "stop": 821666427
        },
        {
            "start": 821666431,
            "stop": 821666437
        },
        {
            "start": 821666440,
            "stop": 821666441
        }
    ]
}