Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT1/segments?format=api&page=9
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT1/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT1/segments?format=api&page=8",
    "results_count": 545,
    "results_per_page": 20,
    "num_pages": 28,
    "page_number": 9,
    "results": [
        {
            "start": 1242080818,
            "stop": 1242083994
        },
        {
            "start": 1242107200,
            "stop": 1242117912
        },
        {
            "start": 1242117939,
            "stop": 1242118412
        },
        {
            "start": 1242118436,
            "stop": 1242118895
        },
        {
            "start": 1242118936,
            "stop": 1242119004
        },
        {
            "start": 1242119046,
            "stop": 1242119199
        },
        {
            "start": 1242119335,
            "stop": 1242119621
        },
        {
            "start": 1242119643,
            "stop": 1242119895
        },
        {
            "start": 1242119904,
            "stop": 1242119921
        },
        {
            "start": 1242119927,
            "stop": 1242119931
        },
        {
            "start": 1242119937,
            "stop": 1242119946
        },
        {
            "start": 1242119951,
            "stop": 1242119956
        },
        {
            "start": 1242119961,
            "stop": 1242119979
        },
        {
            "start": 1242119984,
            "stop": 1242119990
        },
        {
            "start": 1242119996,
            "stop": 1242120200
        },
        {
            "start": 1242120205,
            "stop": 1242120392
        },
        {
            "start": 1242122550,
            "stop": 1242123636
        },
        {
            "start": 1242124676,
            "stop": 1242150920
        },
        {
            "start": 1242151493,
            "stop": 1242152904
        },
        {
            "start": 1242178245,
            "stop": 1242178504
        }
    ]
}