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/H1_BURST_CAT2E/segments?format=api&page=7193
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7192",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7193,
    "results": [
        {
            "start": 874573017,
            "stop": 874573476
        },
        {
            "start": 874573477,
            "stop": 874573522
        },
        {
            "start": 874573523,
            "stop": 874573537
        },
        {
            "start": 874573538,
            "stop": 874574188
        },
        {
            "start": 874574189,
            "stop": 874575002
        },
        {
            "start": 874575003,
            "stop": 874575259
        },
        {
            "start": 874575260,
            "stop": 874575284
        },
        {
            "start": 874575285,
            "stop": 874575336
        },
        {
            "start": 874575338,
            "stop": 874575377
        },
        {
            "start": 874575378,
            "stop": 874575955
        },
        {
            "start": 874575956,
            "stop": 874576810
        },
        {
            "start": 874576811,
            "stop": 874577218
        },
        {
            "start": 874577219,
            "stop": 874577310
        },
        {
            "start": 874577312,
            "stop": 874577402
        },
        {
            "start": 874577403,
            "stop": 874577753
        },
        {
            "start": 874577754,
            "stop": 874578406
        },
        {
            "start": 874578407,
            "stop": 874578767
        },
        {
            "start": 874578769,
            "stop": 874578998
        },
        {
            "start": 874578999,
            "stop": 874579453
        },
        {
            "start": 874579454,
            "stop": 874579466
        }
    ]
}