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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=356",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=354",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 355,
    "results": [
        {
            "start": 931821590,
            "stop": 931821817
        },
        {
            "start": 931821819,
            "stop": 931821892
        },
        {
            "start": 931821895,
            "stop": 931822192
        },
        {
            "start": 931822194,
            "stop": 931822296
        },
        {
            "start": 931822298,
            "stop": 931822401
        },
        {
            "start": 931822403,
            "stop": 931822569
        },
        {
            "start": 931822573,
            "stop": 931822815
        },
        {
            "start": 931826475,
            "stop": 931826832
        },
        {
            "start": 931826835,
            "stop": 931827277
        },
        {
            "start": 931827280,
            "stop": 931827562
        },
        {
            "start": 931827565,
            "stop": 931827578
        },
        {
            "start": 931827580,
            "stop": 931827615
        },
        {
            "start": 931827975,
            "stop": 931828868
        },
        {
            "start": 931828870,
            "stop": 931829933
        },
        {
            "start": 931829935,
            "stop": 931830412
        },
        {
            "start": 931830415,
            "stop": 931831115
        },
        {
            "start": 931831117,
            "stop": 931831215
        },
        {
            "start": 931831575,
            "stop": 931831852
        },
        {
            "start": 931831854,
            "stop": 931831988
        },
        {
            "start": 931831990,
            "stop": 931832011
        }
    ]
}