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=387
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=388",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=386",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 387,
    "results": [
        {
            "start": 858615770,
            "stop": 858615931
        },
        {
            "start": 858615937,
            "stop": 858617160
        },
        {
            "start": 858617165,
            "stop": 858617417
        },
        {
            "start": 858619710,
            "stop": 858620095
        },
        {
            "start": 858621523,
            "stop": 858625227
        },
        {
            "start": 858625230,
            "stop": 858626366
        },
        {
            "start": 858627585,
            "stop": 858631742
        },
        {
            "start": 858631750,
            "stop": 858637464
        },
        {
            "start": 858637467,
            "stop": 858643077
        },
        {
            "start": 858643283,
            "stop": 858644257
        },
        {
            "start": 858644557,
            "stop": 858663087
        },
        {
            "start": 858663093,
            "stop": 858689842
        },
        {
            "start": 858689848,
            "stop": 858693365
        },
        {
            "start": 858693475,
            "stop": 858693552
        },
        {
            "start": 858694210,
            "stop": 858695972
        },
        {
            "start": 858695980,
            "stop": 858696060
        },
        {
            "start": 858696065,
            "stop": 858698487
        },
        {
            "start": 858698493,
            "stop": 858698885
        },
        {
            "start": 858698893,
            "stop": 858698895
        },
        {
            "start": 858698900,
            "stop": 858698910
        }
    ]
}