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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=413",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=411",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 412,
    "results": [
        {
            "start": 932691975,
            "stop": 932692113
        },
        {
            "start": 932692115,
            "stop": 932692128
        },
        {
            "start": 932692130,
            "stop": 932692663
        },
        {
            "start": 932692664,
            "stop": 932692985
        },
        {
            "start": 932692987,
            "stop": 932693096
        },
        {
            "start": 932693097,
            "stop": 932693198
        },
        {
            "start": 932693199,
            "stop": 932693854
        },
        {
            "start": 932693855,
            "stop": 932694047
        },
        {
            "start": 932694048,
            "stop": 932694080
        },
        {
            "start": 932694081,
            "stop": 932694108
        },
        {
            "start": 932694109,
            "stop": 932694621
        },
        {
            "start": 932694622,
            "stop": 932694687
        },
        {
            "start": 932694691,
            "stop": 932694730
        },
        {
            "start": 932694731,
            "stop": 932694826
        },
        {
            "start": 932694827,
            "stop": 932694918
        },
        {
            "start": 932694919,
            "stop": 932695215
        },
        {
            "start": 932695575,
            "stop": 932695743
        },
        {
            "start": 932695745,
            "stop": 932696062
        },
        {
            "start": 932696063,
            "stop": 932696358
        },
        {
            "start": 932696359,
            "stop": 932696795
        }
    ]
}