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/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=122
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=123",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=121",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 122,
    "results": [
        {
            "start": 1257990826,
            "stop": 1257991537
        },
        {
            "start": 1257991540,
            "stop": 1257992109
        },
        {
            "start": 1257992112,
            "stop": 1257992332
        },
        {
            "start": 1257992335,
            "stop": 1257993791
        },
        {
            "start": 1257993799,
            "stop": 1257993811
        },
        {
            "start": 1257993814,
            "stop": 1257993832
        },
        {
            "start": 1257993835,
            "stop": 1257994555
        },
        {
            "start": 1257994558,
            "stop": 1257996237
        },
        {
            "start": 1257996240,
            "stop": 1257996383
        },
        {
            "start": 1257996386,
            "stop": 1257996445
        },
        {
            "start": 1257996449,
            "stop": 1257996681
        },
        {
            "start": 1257996684,
            "stop": 1257996830
        },
        {
            "start": 1257996833,
            "stop": 1257996886
        },
        {
            "start": 1257996889,
            "stop": 1257997153
        },
        {
            "start": 1257997156,
            "stop": 1257997671
        },
        {
            "start": 1257997674,
            "stop": 1257997771
        },
        {
            "start": 1257997774,
            "stop": 1257998393
        },
        {
            "start": 1257998396,
            "stop": 1257998843
        },
        {
            "start": 1257998845,
            "stop": 1257998854
        },
        {
            "start": 1257998857,
            "stop": 1257999262
        }
    ]
}