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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=370",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=368",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 369,
    "results": [
        {
            "start": 847737947,
            "stop": 847737949
        },
        {
            "start": 847737950,
            "stop": 847737953
        },
        {
            "start": 847737955,
            "stop": 847737956
        },
        {
            "start": 847737957,
            "stop": 847737959
        },
        {
            "start": 847737960,
            "stop": 847737962
        },
        {
            "start": 847737963,
            "stop": 847737966
        },
        {
            "start": 847737967,
            "stop": 847737969
        },
        {
            "start": 847737970,
            "stop": 847737996
        },
        {
            "start": 847737997,
            "stop": 847738003
        },
        {
            "start": 847738005,
            "stop": 847738049
        },
        {
            "start": 847738050,
            "stop": 847738077
        },
        {
            "start": 847738078,
            "stop": 847738079
        },
        {
            "start": 847738081,
            "stop": 847738089
        },
        {
            "start": 847738090,
            "stop": 847738092
        },
        {
            "start": 847738093,
            "stop": 847738124
        },
        {
            "start": 847738125,
            "stop": 847738128
        },
        {
            "start": 847738130,
            "stop": 847738140
        },
        {
            "start": 847738534,
            "stop": 847738537
        },
        {
            "start": 847738538,
            "stop": 847738539
        },
        {
            "start": 847738542,
            "stop": 847738544
        }
    ]
}