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_CAT3/segments?format=api&page=121
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=120",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 121,
    "results": [
        {
            "start": 1239445001,
            "stop": 1239445073
        },
        {
            "start": 1239445074,
            "stop": 1239445091
        },
        {
            "start": 1239445092,
            "stop": 1239445102
        },
        {
            "start": 1239445105,
            "stop": 1239445110
        },
        {
            "start": 1239445113,
            "stop": 1239445128
        },
        {
            "start": 1239445131,
            "stop": 1239445135
        },
        {
            "start": 1239445138,
            "stop": 1239445162
        },
        {
            "start": 1239445165,
            "stop": 1239445189
        },
        {
            "start": 1239445192,
            "stop": 1239445194
        },
        {
            "start": 1239445195,
            "stop": 1239445329
        },
        {
            "start": 1239445330,
            "stop": 1239445333
        },
        {
            "start": 1239445336,
            "stop": 1239445351
        },
        {
            "start": 1239445354,
            "stop": 1239445360
        },
        {
            "start": 1239445363,
            "stop": 1239445375
        },
        {
            "start": 1239445378,
            "stop": 1239445384
        },
        {
            "start": 1239445387,
            "stop": 1239445392
        },
        {
            "start": 1239445395,
            "stop": 1239445399
        },
        {
            "start": 1239445402,
            "stop": 1239445423
        },
        {
            "start": 1239445426,
            "stop": 1239445511
        },
        {
            "start": 1239445512,
            "stop": 1239445527
        }
    ]
}