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/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5764
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5765",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5763",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5764,
    "results": [
        {
            "start": 874642008,
            "stop": 874642096
        },
        {
            "start": 874642102,
            "stop": 874642130
        },
        {
            "start": 874642133,
            "stop": 874642179
        },
        {
            "start": 874642182,
            "stop": 874642212
        },
        {
            "start": 874642215,
            "stop": 874642236
        },
        {
            "start": 874642242,
            "stop": 874642299
        },
        {
            "start": 874642303,
            "stop": 874642340
        },
        {
            "start": 874642347,
            "stop": 874642416
        },
        {
            "start": 874642420,
            "stop": 874642458
        },
        {
            "start": 874642461,
            "stop": 874642537
        },
        {
            "start": 874642541,
            "stop": 874642555
        },
        {
            "start": 874642559,
            "stop": 874642616
        },
        {
            "start": 874642619,
            "stop": 874642622
        },
        {
            "start": 874642625,
            "stop": 874642637
        },
        {
            "start": 874642641,
            "stop": 874642760
        },
        {
            "start": 874642763,
            "stop": 874642824
        },
        {
            "start": 874642827,
            "stop": 874642878
        },
        {
            "start": 874642881,
            "stop": 874642889
        },
        {
            "start": 874642893,
            "stop": 874642905
        },
        {
            "start": 874642908,
            "stop": 874642977
        }
    ]
}