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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4743",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4741",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4742,
    "results": [
        {
            "start": 874495172,
            "stop": 874495351
        },
        {
            "start": 874495370,
            "stop": 874496022
        },
        {
            "start": 874496041,
            "stop": 874496161
        },
        {
            "start": 874496218,
            "stop": 874496500
        },
        {
            "start": 874496519,
            "stop": 874496547
        },
        {
            "start": 874496572,
            "stop": 874496748
        },
        {
            "start": 874496772,
            "stop": 874496831
        },
        {
            "start": 874496856,
            "stop": 874496978
        },
        {
            "start": 874496998,
            "stop": 874497267
        },
        {
            "start": 874497287,
            "stop": 874497359
        },
        {
            "start": 874497379,
            "stop": 874497441
        },
        {
            "start": 874497460,
            "stop": 874497568
        },
        {
            "start": 874497587,
            "stop": 874497658
        },
        {
            "start": 874497677,
            "stop": 874497701
        },
        {
            "start": 874497720,
            "stop": 874497821
        },
        {
            "start": 874497840,
            "stop": 874497900
        },
        {
            "start": 874497920,
            "stop": 874498033
        },
        {
            "start": 874498057,
            "stop": 874498162
        },
        {
            "start": 874498186,
            "stop": 874498253
        },
        {
            "start": 874498272,
            "stop": 874498769
        }
    ]
}