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=1903
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=1904",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1902",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1903,
    "results": [
        {
            "start": 1251624922,
            "stop": 1251626195
        },
        {
            "start": 1251626198,
            "stop": 1251626472
        },
        {
            "start": 1251626474,
            "stop": 1251628373
        },
        {
            "start": 1251628376,
            "stop": 1251628509
        },
        {
            "start": 1251628517,
            "stop": 1251629840
        },
        {
            "start": 1251629843,
            "stop": 1251631558
        },
        {
            "start": 1251631561,
            "stop": 1251632075
        },
        {
            "start": 1251632083,
            "stop": 1251635291
        },
        {
            "start": 1251635294,
            "stop": 1251635328
        },
        {
            "start": 1251643096,
            "stop": 1251647483
        },
        {
            "start": 1251647486,
            "stop": 1251647655
        },
        {
            "start": 1251647658,
            "stop": 1251648377
        },
        {
            "start": 1251648380,
            "stop": 1251648619
        },
        {
            "start": 1251648622,
            "stop": 1251648627
        },
        {
            "start": 1251648630,
            "stop": 1251648633
        },
        {
            "start": 1251648636,
            "stop": 1251649513
        },
        {
            "start": 1251649516,
            "stop": 1251649796
        },
        {
            "start": 1251649799,
            "stop": 1251649840
        },
        {
            "start": 1251649843,
            "stop": 1251651393
        },
        {
            "start": 1251651396,
            "stop": 1251652671
        }
    ]
}