Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=804
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=805",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=803",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 804,
    "results": [
        {
            "start": 873516447,
            "stop": 873516453
        },
        {
            "start": 873516457,
            "stop": 873516463
        },
        {
            "start": 873516468,
            "stop": 873516474
        },
        {
            "start": 873516479,
            "stop": 873516485
        },
        {
            "start": 873516489,
            "stop": 873516506
        },
        {
            "start": 873516510,
            "stop": 873516539
        },
        {
            "start": 873516543,
            "stop": 873516546
        },
        {
            "start": 873516554,
            "stop": 873516561
        },
        {
            "start": 873516565,
            "stop": 873516571
        },
        {
            "start": 873516575,
            "stop": 873516581
        },
        {
            "start": 873516585,
            "stop": 873516591
        },
        {
            "start": 873516596,
            "stop": 873516633
        },
        {
            "start": 873516638,
            "stop": 873516643
        },
        {
            "start": 873516647,
            "stop": 873516718
        },
        {
            "start": 873516722,
            "stop": 873516726
        },
        {
            "start": 873516736,
            "stop": 873516760
        },
        {
            "start": 873516764,
            "stop": 873516767
        },
        {
            "start": 873516775,
            "stop": 873516780
        },
        {
            "start": 873516784,
            "stop": 873516793
        },
        {
            "start": 873516797,
            "stop": 873516846
        }
    ]
}