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=46
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=47",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=45",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 46,
    "results": [
        {
            "start": 820161325,
            "stop": 820171788
        },
        {
            "start": 820172310,
            "stop": 820175341
        },
        {
            "start": 820177085,
            "stop": 820181270
        },
        {
            "start": 820181273,
            "stop": 820190891
        },
        {
            "start": 820190894,
            "stop": 820194248
        },
        {
            "start": 820194568,
            "stop": 820194756
        },
        {
            "start": 820195156,
            "stop": 820196353
        },
        {
            "start": 820197260,
            "stop": 820199281
        },
        {
            "start": 820200371,
            "stop": 820200421
        },
        {
            "start": 820202752,
            "stop": 820207929
        },
        {
            "start": 820207933,
            "stop": 820210633
        },
        {
            "start": 820211746,
            "stop": 820214091
        },
        {
            "start": 820214895,
            "stop": 820215115
        },
        {
            "start": 820215837,
            "stop": 820218281
        },
        {
            "start": 820228522,
            "stop": 820238897
        },
        {
            "start": 820238898,
            "stop": 820247863
        },
        {
            "start": 820247864,
            "stop": 820250473
        },
        {
            "start": 820251115,
            "stop": 820275538
        },
        {
            "start": 820279504,
            "stop": 820279554
        },
        {
            "start": 820279555,
            "stop": 820279637
        }
    ]
}