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=1826
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=1827",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1825",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1826,
    "results": [
        {
            "start": 1250331568,
            "stop": 1250331906
        },
        {
            "start": 1250331909,
            "stop": 1250331952
        },
        {
            "start": 1250331955,
            "stop": 1250332299
        },
        {
            "start": 1250332302,
            "stop": 1250332550
        },
        {
            "start": 1250332551,
            "stop": 1250332592
        },
        {
            "start": 1250332594,
            "stop": 1250332609
        },
        {
            "start": 1250332610,
            "stop": 1250332616
        },
        {
            "start": 1250332617,
            "stop": 1250332813
        },
        {
            "start": 1250332816,
            "stop": 1250332858
        },
        {
            "start": 1250332859,
            "stop": 1250333121
        },
        {
            "start": 1250333126,
            "stop": 1250333127
        },
        {
            "start": 1250333128,
            "stop": 1250333463
        },
        {
            "start": 1250333465,
            "stop": 1250333502
        },
        {
            "start": 1250333503,
            "stop": 1250333512
        },
        {
            "start": 1250333518,
            "stop": 1250333614
        },
        {
            "start": 1250333616,
            "stop": 1250333621
        },
        {
            "start": 1250333623,
            "stop": 1250333626
        },
        {
            "start": 1250333628,
            "stop": 1250333632
        },
        {
            "start": 1250333634,
            "stop": 1250333637
        },
        {
            "start": 1250333641,
            "stop": 1250333705
        }
    ]
}