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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=111",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 112,
    "results": [
        {
            "start": 825517541,
            "stop": 825519845
        },
        {
            "start": 825519955,
            "stop": 825520151
        },
        {
            "start": 825520451,
            "stop": 825526362
        },
        {
            "start": 825526563,
            "stop": 825528668
        },
        {
            "start": 825534332,
            "stop": 825534692
        },
        {
            "start": 825534698,
            "stop": 825534891
        },
        {
            "start": 825534893,
            "stop": 825534927
        },
        {
            "start": 825534929,
            "stop": 825534971
        },
        {
            "start": 825534973,
            "stop": 825535030
        },
        {
            "start": 825535032,
            "stop": 825535049
        },
        {
            "start": 825535050,
            "stop": 825535063
        },
        {
            "start": 825535065,
            "stop": 825535092
        },
        {
            "start": 825535093,
            "stop": 825535105
        },
        {
            "start": 825535109,
            "stop": 825535116
        },
        {
            "start": 825535118,
            "stop": 825535209
        },
        {
            "start": 825535211,
            "stop": 825535245
        },
        {
            "start": 825535247,
            "stop": 825535274
        },
        {
            "start": 825535278,
            "stop": 825535289
        },
        {
            "start": 825535291,
            "stop": 825535315
        },
        {
            "start": 825535317,
            "stop": 825535325
        }
    ]
}