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=329
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=330",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=328",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 329,
    "results": [
        {
            "start": 1240626340,
            "stop": 1240626413
        },
        {
            "start": 1240626414,
            "stop": 1240626684
        },
        {
            "start": 1240626685,
            "stop": 1240626735
        },
        {
            "start": 1240626736,
            "stop": 1240626919
        },
        {
            "start": 1240626920,
            "stop": 1240627053
        },
        {
            "start": 1240627055,
            "stop": 1240627178
        },
        {
            "start": 1240627179,
            "stop": 1240627306
        },
        {
            "start": 1240627307,
            "stop": 1240627391
        },
        {
            "start": 1240627393,
            "stop": 1240627430
        },
        {
            "start": 1240627431,
            "stop": 1240627554
        },
        {
            "start": 1240627555,
            "stop": 1240627575
        },
        {
            "start": 1240627576,
            "stop": 1240627691
        },
        {
            "start": 1240627694,
            "stop": 1240627805
        },
        {
            "start": 1240627806,
            "stop": 1240627843
        },
        {
            "start": 1240627844,
            "stop": 1240627913
        },
        {
            "start": 1240627914,
            "stop": 1240627949
        },
        {
            "start": 1240627950,
            "stop": 1240628066
        },
        {
            "start": 1240628068,
            "stop": 1240628459
        },
        {
            "start": 1240628461,
            "stop": 1240628544
        },
        {
            "start": 1240628545,
            "stop": 1240628831
        }
    ]
}