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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=369",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=367",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 368,
    "results": [
        {
            "start": 857498189,
            "stop": 857498438
        },
        {
            "start": 857500271,
            "stop": 857500962
        },
        {
            "start": 857502075,
            "stop": 857502313
        },
        {
            "start": 857502613,
            "stop": 857502615
        },
        {
            "start": 857502623,
            "stop": 857502722
        },
        {
            "start": 857503094,
            "stop": 857503415
        },
        {
            "start": 857503420,
            "stop": 857505212
        },
        {
            "start": 857505950,
            "stop": 857507298
        },
        {
            "start": 857507602,
            "stop": 857507680
        },
        {
            "start": 857507685,
            "stop": 857507707
        },
        {
            "start": 857507713,
            "stop": 857507732
        },
        {
            "start": 857507738,
            "stop": 857509528
        },
        {
            "start": 857512004,
            "stop": 857512014
        },
        {
            "start": 857512124,
            "stop": 857512217
        },
        {
            "start": 857512517,
            "stop": 857514478
        },
        {
            "start": 857514778,
            "stop": 857516234
        },
        {
            "start": 857517557,
            "stop": 857517774
        },
        {
            "start": 857517777,
            "stop": 857517947
        },
        {
            "start": 857517950,
            "stop": 857518092
        },
        {
            "start": 857518333,
            "stop": 857522141
        }
    ]
}