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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41024",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41022",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41023,
    "results": [
        {
            "start": 875180555,
            "stop": 875180599
        },
        {
            "start": 875180601,
            "stop": 875180609
        },
        {
            "start": 875180610,
            "stop": 875180639
        },
        {
            "start": 875180641,
            "stop": 875180654
        },
        {
            "start": 875180655,
            "stop": 875180768
        },
        {
            "start": 875180769,
            "stop": 875180790
        },
        {
            "start": 875180791,
            "stop": 875180849
        },
        {
            "start": 875180850,
            "stop": 875180856
        },
        {
            "start": 875180857,
            "stop": 875180881
        },
        {
            "start": 875180882,
            "stop": 875180895
        },
        {
            "start": 875180896,
            "stop": 875180905
        },
        {
            "start": 875180906,
            "stop": 875180988
        },
        {
            "start": 875180989,
            "stop": 875181060
        },
        {
            "start": 875181120,
            "stop": 875181124
        },
        {
            "start": 875181125,
            "stop": 875181153
        },
        {
            "start": 875181154,
            "stop": 875181225
        },
        {
            "start": 875181226,
            "stop": 875181242
        },
        {
            "start": 875181243,
            "stop": 875181263
        },
        {
            "start": 875181264,
            "stop": 875181317
        },
        {
            "start": 875181318,
            "stop": 875181349
        }
    ]
}