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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=204",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=202",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 203,
    "results": [
        {
            "start": 932729381,
            "stop": 932729391
        },
        {
            "start": 932729394,
            "stop": 932729422
        },
        {
            "start": 932729424,
            "stop": 932729450
        },
        {
            "start": 932729453,
            "stop": 932729991
        },
        {
            "start": 932729993,
            "stop": 932730295
        },
        {
            "start": 932736772,
            "stop": 932737418
        },
        {
            "start": 932737420,
            "stop": 932737432
        },
        {
            "start": 932737435,
            "stop": 932738394
        },
        {
            "start": 932758842,
            "stop": 932759054
        },
        {
            "start": 932760935,
            "stop": 932761457
        },
        {
            "start": 932763575,
            "stop": 932763615
        },
        {
            "start": 932763975,
            "stop": 932765848
        },
        {
            "start": 932765850,
            "stop": 932765863
        },
        {
            "start": 932771327,
            "stop": 932771732
        },
        {
            "start": 932791915,
            "stop": 932792415
        },
        {
            "start": 932792775,
            "stop": 932795024
        },
        {
            "start": 932795026,
            "stop": 932795773
        },
        {
            "start": 932795776,
            "stop": 932796015
        },
        {
            "start": 932796375,
            "stop": 932797229
        },
        {
            "start": 932797231,
            "stop": 932797247
        }
    ]
}