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=325
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=326",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=324",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 325,
    "results": [
        {
            "start": 1240609528,
            "stop": 1240609734
        },
        {
            "start": 1240609735,
            "stop": 1240609736
        },
        {
            "start": 1240609737,
            "stop": 1240609798
        },
        {
            "start": 1240609799,
            "stop": 1240609801
        },
        {
            "start": 1240609802,
            "stop": 1240610390
        },
        {
            "start": 1240610391,
            "stop": 1240611102
        },
        {
            "start": 1240611104,
            "stop": 1240611314
        },
        {
            "start": 1240611316,
            "stop": 1240611560
        },
        {
            "start": 1240611561,
            "stop": 1240611562
        },
        {
            "start": 1240611564,
            "stop": 1240611946
        },
        {
            "start": 1240611947,
            "stop": 1240611949
        },
        {
            "start": 1240611950,
            "stop": 1240612024
        },
        {
            "start": 1240612027,
            "stop": 1240613038
        },
        {
            "start": 1240613040,
            "stop": 1240613051
        },
        {
            "start": 1240613052,
            "stop": 1240613055
        },
        {
            "start": 1240613056,
            "stop": 1240613059
        },
        {
            "start": 1240613086,
            "stop": 1240613998
        },
        {
            "start": 1240614000,
            "stop": 1240614065
        },
        {
            "start": 1240614067,
            "stop": 1240614070
        },
        {
            "start": 1240614071,
            "stop": 1240614536
        }
    ]
}