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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=297",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 298,
    "results": [
        {
            "start": 858595354,
            "stop": 858604772
        },
        {
            "start": 858604793,
            "stop": 858607481
        },
        {
            "start": 858609212,
            "stop": 858615757
        },
        {
            "start": 858615778,
            "stop": 858615923
        },
        {
            "start": 858615945,
            "stop": 858617152
        },
        {
            "start": 858617173,
            "stop": 858617417
        },
        {
            "start": 858619710,
            "stop": 858620095
        },
        {
            "start": 858621523,
            "stop": 858622350
        },
        {
            "start": 858622410,
            "stop": 858625219
        },
        {
            "start": 858625238,
            "stop": 858626366
        },
        {
            "start": 858627585,
            "stop": 858631734
        },
        {
            "start": 858631758,
            "stop": 858637456
        },
        {
            "start": 858637475,
            "stop": 858643071
        },
        {
            "start": 858643283,
            "stop": 858644257
        },
        {
            "start": 858644557,
            "stop": 858663079
        },
        {
            "start": 858663101,
            "stop": 858689834
        },
        {
            "start": 858689856,
            "stop": 858693365
        },
        {
            "start": 858693475,
            "stop": 858693552
        },
        {
            "start": 858694210,
            "stop": 858695964
        },
        {
            "start": 858695988,
            "stop": 858696052
        }
    ]
}