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=237
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=238",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=236",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 237,
    "results": [
        {
            "start": 821678850,
            "stop": 821678871
        },
        {
            "start": 821678876,
            "stop": 821678889
        },
        {
            "start": 821678892,
            "stop": 821678913
        },
        {
            "start": 821678916,
            "stop": 821678920
        },
        {
            "start": 821678923,
            "stop": 821678935
        },
        {
            "start": 821678940,
            "stop": 821678960
        },
        {
            "start": 821678963,
            "stop": 821678972
        },
        {
            "start": 821678975,
            "stop": 821678976
        },
        {
            "start": 821678981,
            "stop": 821679010
        },
        {
            "start": 821679013,
            "stop": 821679018
        },
        {
            "start": 821679021,
            "stop": 821679039
        },
        {
            "start": 821679042,
            "stop": 821679057
        },
        {
            "start": 821679071,
            "stop": 821679072
        },
        {
            "start": 821679075,
            "stop": 821679080
        },
        {
            "start": 821679083,
            "stop": 821679085
        },
        {
            "start": 821679090,
            "stop": 821679096
        },
        {
            "start": 821679099,
            "stop": 821679105
        },
        {
            "start": 821679111,
            "stop": 821679115
        },
        {
            "start": 821679121,
            "stop": 821679125
        },
        {
            "start": 821679128,
            "stop": 821679130
        }
    ]
}