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=6527
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=6528",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6526",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6527,
    "results": [
        {
            "start": 874310846,
            "stop": 874311196
        },
        {
            "start": 874311197,
            "stop": 874311436
        },
        {
            "start": 874311437,
            "stop": 874312127
        },
        {
            "start": 874312128,
            "stop": 874312467
        },
        {
            "start": 874312468,
            "stop": 874312711
        },
        {
            "start": 874312713,
            "stop": 874312947
        },
        {
            "start": 874312948,
            "stop": 874312973
        },
        {
            "start": 874312974,
            "stop": 874313149
        },
        {
            "start": 874313150,
            "stop": 874313247
        },
        {
            "start": 874313248,
            "stop": 874313409
        },
        {
            "start": 874318804,
            "stop": 874318810
        },
        {
            "start": 874318811,
            "stop": 874318894
        },
        {
            "start": 874318895,
            "stop": 874319121
        },
        {
            "start": 874319122,
            "stop": 874319211
        },
        {
            "start": 874319212,
            "stop": 874319273
        },
        {
            "start": 874319274,
            "stop": 874319703
        },
        {
            "start": 874319704,
            "stop": 874320030
        },
        {
            "start": 874320031,
            "stop": 874320745
        },
        {
            "start": 874320747,
            "stop": 874320841
        },
        {
            "start": 874320842,
            "stop": 874321027
        }
    ]
}