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=137
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=138",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=136",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 137,
    "results": [
        {
            "start": 1239680884,
            "stop": 1239680885
        },
        {
            "start": 1239680886,
            "stop": 1239680911
        },
        {
            "start": 1239680912,
            "stop": 1239680985
        },
        {
            "start": 1239680986,
            "stop": 1239680992
        },
        {
            "start": 1239680993,
            "stop": 1239681054
        },
        {
            "start": 1239681055,
            "stop": 1239681095
        },
        {
            "start": 1239681096,
            "stop": 1239681099
        },
        {
            "start": 1239681101,
            "stop": 1239681114
        },
        {
            "start": 1239681115,
            "stop": 1239681158
        },
        {
            "start": 1239681160,
            "stop": 1239681163
        },
        {
            "start": 1239681165,
            "stop": 1239681206
        },
        {
            "start": 1239681207,
            "stop": 1239681414
        },
        {
            "start": 1239681415,
            "stop": 1239681422
        },
        {
            "start": 1239681425,
            "stop": 1239681479
        },
        {
            "start": 1239681480,
            "stop": 1239681498
        },
        {
            "start": 1239681500,
            "stop": 1239681765
        },
        {
            "start": 1239681767,
            "stop": 1239681872
        },
        {
            "start": 1239681873,
            "stop": 1239681932
        },
        {
            "start": 1239681933,
            "stop": 1239682026
        },
        {
            "start": 1239682027,
            "stop": 1239682048
        }
    ]
}