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=224
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=225",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=223",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 224,
    "results": [
        {
            "start": 1240109090,
            "stop": 1240109107
        },
        {
            "start": 1240109108,
            "stop": 1240109161
        },
        {
            "start": 1240109162,
            "stop": 1240109268
        },
        {
            "start": 1240109270,
            "stop": 1240109313
        },
        {
            "start": 1240109315,
            "stop": 1240109317
        },
        {
            "start": 1240109318,
            "stop": 1240109319
        },
        {
            "start": 1240109322,
            "stop": 1240109326
        },
        {
            "start": 1240109327,
            "stop": 1240109329
        },
        {
            "start": 1240109332,
            "stop": 1240109553
        },
        {
            "start": 1240109556,
            "stop": 1240109596
        },
        {
            "start": 1240109599,
            "stop": 1240109606
        },
        {
            "start": 1240109609,
            "stop": 1240109624
        },
        {
            "start": 1240109628,
            "stop": 1240109634
        },
        {
            "start": 1240109636,
            "stop": 1240109648
        },
        {
            "start": 1240109649,
            "stop": 1240109694
        },
        {
            "start": 1240109695,
            "stop": 1240109699
        },
        {
            "start": 1240109702,
            "stop": 1240109706
        },
        {
            "start": 1240109709,
            "stop": 1240109711
        },
        {
            "start": 1240109714,
            "stop": 1240109739
        },
        {
            "start": 1240109741,
            "stop": 1240109744
        }
    ]
}