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=211
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=212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=210",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 211,
    "results": [
        {
            "start": 820108198,
            "stop": 820108629
        },
        {
            "start": 820108632,
            "stop": 820108680
        },
        {
            "start": 820111320,
            "stop": 820111760
        },
        {
            "start": 820112160,
            "stop": 820112254
        },
        {
            "start": 820112257,
            "stop": 820112606
        },
        {
            "start": 820112609,
            "stop": 820113881
        },
        {
            "start": 820113884,
            "stop": 820114220
        },
        {
            "start": 820114223,
            "stop": 820114349
        },
        {
            "start": 820115900,
            "stop": 820117015
        },
        {
            "start": 820117018,
            "stop": 820119679
        },
        {
            "start": 820119799,
            "stop": 820121730
        },
        {
            "start": 820121731,
            "stop": 820123004
        },
        {
            "start": 820123008,
            "stop": 820130448
        },
        {
            "start": 820130451,
            "stop": 820130604
        },
        {
            "start": 820130621,
            "stop": 820135450
        },
        {
            "start": 820135454,
            "stop": 820137025
        },
        {
            "start": 820137028,
            "stop": 820141767
        },
        {
            "start": 820141770,
            "stop": 820141879
        },
        {
            "start": 820142370,
            "stop": 820144077
        },
        {
            "start": 820144080,
            "stop": 820144436
        }
    ]
}