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/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=316
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=317",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=315",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 316,
    "results": [
        {
            "start": 1260310038,
            "stop": 1260310039
        },
        {
            "start": 1260310042,
            "stop": 1260310096
        },
        {
            "start": 1260310099,
            "stop": 1260310198
        },
        {
            "start": 1260310201,
            "stop": 1260310355
        },
        {
            "start": 1260310358,
            "stop": 1260310366
        },
        {
            "start": 1260310369,
            "stop": 1260310375
        },
        {
            "start": 1260310378,
            "stop": 1260310383
        },
        {
            "start": 1260310389,
            "stop": 1260310653
        },
        {
            "start": 1260310656,
            "stop": 1260310660
        },
        {
            "start": 1260310663,
            "stop": 1260310709
        },
        {
            "start": 1260310712,
            "stop": 1260310724
        },
        {
            "start": 1260310727,
            "stop": 1260310787
        },
        {
            "start": 1260310790,
            "stop": 1260310846
        },
        {
            "start": 1260310852,
            "stop": 1260310857
        },
        {
            "start": 1260310860,
            "stop": 1260310906
        },
        {
            "start": 1260310909,
            "stop": 1260310917
        },
        {
            "start": 1260310920,
            "stop": 1260310995
        },
        {
            "start": 1260310998,
            "stop": 1260311089
        },
        {
            "start": 1260311092,
            "stop": 1260311113
        },
        {
            "start": 1260311116,
            "stop": 1260311200
        }
    ]
}