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=240
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=241",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=239",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 240,
    "results": [
        {
            "start": 1259294587,
            "stop": 1259294678
        },
        {
            "start": 1259294681,
            "stop": 1259294684
        },
        {
            "start": 1259294687,
            "stop": 1259294693
        },
        {
            "start": 1259294696,
            "stop": 1259294796
        },
        {
            "start": 1259294799,
            "stop": 1259294929
        },
        {
            "start": 1259294932,
            "stop": 1259295060
        },
        {
            "start": 1259295063,
            "stop": 1259295155
        },
        {
            "start": 1259295158,
            "stop": 1259295281
        },
        {
            "start": 1259295284,
            "stop": 1259295574
        },
        {
            "start": 1259295577,
            "stop": 1259295687
        },
        {
            "start": 1259295690,
            "stop": 1259295802
        },
        {
            "start": 1259295805,
            "stop": 1259295811
        },
        {
            "start": 1259295814,
            "stop": 1259296145
        },
        {
            "start": 1259296148,
            "stop": 1259296368
        },
        {
            "start": 1259296371,
            "stop": 1259296565
        },
        {
            "start": 1259296568,
            "stop": 1259296569
        },
        {
            "start": 1259296572,
            "stop": 1259296593
        },
        {
            "start": 1259296596,
            "stop": 1259296603
        },
        {
            "start": 1259296606,
            "stop": 1259296610
        },
        {
            "start": 1259296613,
            "stop": 1259296850
        }
    ]
}