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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5764",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5762",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5763,
    "results": [
        {
            "start": 874640396,
            "stop": 874640451
        },
        {
            "start": 874640455,
            "stop": 874640467
        },
        {
            "start": 874640471,
            "stop": 874640554
        },
        {
            "start": 874640557,
            "stop": 874640882
        },
        {
            "start": 874640886,
            "stop": 874640887
        },
        {
            "start": 874640891,
            "stop": 874640922
        },
        {
            "start": 874640925,
            "stop": 874641069
        },
        {
            "start": 874641072,
            "stop": 874641118
        },
        {
            "start": 874641121,
            "stop": 874641163
        },
        {
            "start": 874641168,
            "stop": 874641186
        },
        {
            "start": 874641189,
            "stop": 874641208
        },
        {
            "start": 874641211,
            "stop": 874641266
        },
        {
            "start": 874641269,
            "stop": 874641313
        },
        {
            "start": 874641317,
            "stop": 874641386
        },
        {
            "start": 874641389,
            "stop": 874641620
        },
        {
            "start": 874641623,
            "stop": 874641631
        },
        {
            "start": 874641634,
            "stop": 874641802
        },
        {
            "start": 874641806,
            "stop": 874641830
        },
        {
            "start": 874641833,
            "stop": 874641987
        },
        {
            "start": 874641990,
            "stop": 874642004
        }
    ]
}