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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1780",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1778",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1779,
    "results": [
        {
            "start": 1249562558,
            "stop": 1249562559
        },
        {
            "start": 1249562560,
            "stop": 1249562562
        },
        {
            "start": 1249562579,
            "stop": 1249562588
        },
        {
            "start": 1249562592,
            "stop": 1249562595
        },
        {
            "start": 1249562606,
            "stop": 1249562608
        },
        {
            "start": 1249562637,
            "stop": 1249562645
        },
        {
            "start": 1249562646,
            "stop": 1249562647
        },
        {
            "start": 1249562650,
            "stop": 1249562651
        },
        {
            "start": 1249562673,
            "stop": 1249562675
        },
        {
            "start": 1249562677,
            "stop": 1249562678
        },
        {
            "start": 1249562694,
            "stop": 1249562696
        },
        {
            "start": 1249562702,
            "stop": 1249562705
        },
        {
            "start": 1249562710,
            "stop": 1249562713
        },
        {
            "start": 1249562717,
            "stop": 1249562729
        },
        {
            "start": 1249562743,
            "stop": 1249562746
        },
        {
            "start": 1249562749,
            "stop": 1249562750
        },
        {
            "start": 1249562762,
            "stop": 1249562763
        },
        {
            "start": 1249562764,
            "stop": 1249562767
        },
        {
            "start": 1249562769,
            "stop": 1249562770
        },
        {
            "start": 1249562786,
            "stop": 1249562796
        }
    ]
}