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=230
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=231",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=229",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 230,
    "results": [
        {
            "start": 821677282,
            "stop": 821677289
        },
        {
            "start": 821677292,
            "stop": 821677314
        },
        {
            "start": 821677317,
            "stop": 821677318
        },
        {
            "start": 821677321,
            "stop": 821677323
        },
        {
            "start": 821677327,
            "stop": 821677330
        },
        {
            "start": 821677335,
            "stop": 821677345
        },
        {
            "start": 821677348,
            "stop": 821677351
        },
        {
            "start": 821677354,
            "stop": 821677356
        },
        {
            "start": 821677359,
            "stop": 821677361
        },
        {
            "start": 821677364,
            "stop": 821677369
        },
        {
            "start": 821677372,
            "stop": 821677382
        },
        {
            "start": 821677390,
            "stop": 821677400
        },
        {
            "start": 821677403,
            "stop": 821677405
        },
        {
            "start": 821677408,
            "stop": 821677411
        },
        {
            "start": 821677414,
            "stop": 821677431
        },
        {
            "start": 821677439,
            "stop": 821677440
        },
        {
            "start": 821677446,
            "stop": 821677450
        },
        {
            "start": 821677455,
            "stop": 821677456
        },
        {
            "start": 821677460,
            "stop": 821677461
        },
        {
            "start": 821677465,
            "stop": 821677466
        }
    ]
}