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=274
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=275",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=273",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 274,
    "results": [
        {
            "start": 1240328323,
            "stop": 1240328346
        },
        {
            "start": 1240328347,
            "stop": 1240328408
        },
        {
            "start": 1240328409,
            "stop": 1240328411
        },
        {
            "start": 1240328412,
            "stop": 1240328427
        },
        {
            "start": 1240328428,
            "stop": 1240328429
        },
        {
            "start": 1240328430,
            "stop": 1240328462
        },
        {
            "start": 1240328463,
            "stop": 1240328466
        },
        {
            "start": 1240328467,
            "stop": 1240328482
        },
        {
            "start": 1240328486,
            "stop": 1240328497
        },
        {
            "start": 1240328498,
            "stop": 1240328532
        },
        {
            "start": 1240328533,
            "stop": 1240328534
        },
        {
            "start": 1240328535,
            "stop": 1240328571
        },
        {
            "start": 1240328572,
            "stop": 1240328596
        },
        {
            "start": 1240328597,
            "stop": 1240328603
        },
        {
            "start": 1240328604,
            "stop": 1240328617
        },
        {
            "start": 1240328618,
            "stop": 1240328620
        },
        {
            "start": 1240328621,
            "stop": 1240328658
        },
        {
            "start": 1240328659,
            "stop": 1240328663
        },
        {
            "start": 1240328664,
            "stop": 1240328741
        },
        {
            "start": 1240328743,
            "stop": 1240328755
        }
    ]
}