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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=336",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=334",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 335,
    "results": [
        {
            "start": 1260400216,
            "stop": 1260400834
        },
        {
            "start": 1260400837,
            "stop": 1260403830
        },
        {
            "start": 1260403832,
            "stop": 1260404177
        },
        {
            "start": 1260404180,
            "stop": 1260405677
        },
        {
            "start": 1260405685,
            "stop": 1260407693
        },
        {
            "start": 1260407696,
            "stop": 1260409674
        },
        {
            "start": 1260409682,
            "stop": 1260412115
        },
        {
            "start": 1260412118,
            "stop": 1260412432
        },
        {
            "start": 1260412435,
            "stop": 1260413069
        },
        {
            "start": 1260413072,
            "stop": 1260413122
        },
        {
            "start": 1260413125,
            "stop": 1260413256
        },
        {
            "start": 1260413259,
            "stop": 1260415155
        },
        {
            "start": 1260415158,
            "stop": 1260416316
        },
        {
            "start": 1260416324,
            "stop": 1260417903
        },
        {
            "start": 1260417906,
            "stop": 1260418725
        },
        {
            "start": 1260418728,
            "stop": 1260420032
        },
        {
            "start": 1260420035,
            "stop": 1260423135
        },
        {
            "start": 1260423143,
            "stop": 1260426641
        },
        {
            "start": 1260426644,
            "stop": 1260426648
        },
        {
            "start": 1260426651,
            "stop": 1260426739
        }
    ]
}