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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=237",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=235",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 236,
    "results": [
        {
            "start": 1126878374,
            "stop": 1126878556
        },
        {
            "start": 1126878557,
            "stop": 1126878644
        },
        {
            "start": 1126878645,
            "stop": 1126878648
        },
        {
            "start": 1126878649,
            "stop": 1126878660
        },
        {
            "start": 1126878661,
            "stop": 1126878683
        },
        {
            "start": 1126878684,
            "stop": 1126878708
        },
        {
            "start": 1126878710,
            "stop": 1126878750
        },
        {
            "start": 1126878751,
            "stop": 1126878781
        },
        {
            "start": 1126878782,
            "stop": 1126878790
        },
        {
            "start": 1126878793,
            "stop": 1126878798
        },
        {
            "start": 1126878799,
            "stop": 1126878812
        },
        {
            "start": 1126878814,
            "stop": 1126878818
        },
        {
            "start": 1126878819,
            "stop": 1126878830
        },
        {
            "start": 1126878831,
            "stop": 1126878833
        },
        {
            "start": 1126878837,
            "stop": 1126878851
        },
        {
            "start": 1126878856,
            "stop": 1126878863
        },
        {
            "start": 1126878864,
            "stop": 1126878868
        },
        {
            "start": 1126878870,
            "stop": 1126878872
        },
        {
            "start": 1126878873,
            "stop": 1126878887
        },
        {
            "start": 1126878889,
            "stop": 1126878901
        }
    ]
}