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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=179",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 180,
    "results": [
        {
            "start": 1421010116,
            "stop": 1421010199
        },
        {
            "start": 1421010204,
            "stop": 1421010746
        },
        {
            "start": 1421010751,
            "stop": 1421010824
        },
        {
            "start": 1421010828,
            "stop": 1421011150
        },
        {
            "start": 1421011155,
            "stop": 1421014127
        },
        {
            "start": 1421014130,
            "stop": 1421014976
        },
        {
            "start": 1421015144,
            "stop": 1421015663
        },
        {
            "start": 1421015668,
            "stop": 1421018450
        },
        {
            "start": 1421018455,
            "stop": 1421019563
        },
        {
            "start": 1421019626,
            "stop": 1421019774
        },
        {
            "start": 1421019777,
            "stop": 1421020836
        },
        {
            "start": 1421020841,
            "stop": 1421022209
        },
        {
            "start": 1421022214,
            "stop": 1421022661
        },
        {
            "start": 1421022665,
            "stop": 1421035635
        },
        {
            "start": 1421035640,
            "stop": 1421040763
        },
        {
            "start": 1421040768,
            "stop": 1421043238
        },
        {
            "start": 1421043241,
            "stop": 1421047227
        },
        {
            "start": 1421047232,
            "stop": 1421048557
        },
        {
            "start": 1421048562,
            "stop": 1421067772
        },
        {
            "start": 1421067775,
            "stop": 1421071336
        }
    ]
}