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=207
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=208",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=206",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 207,
    "results": [
        {
            "start": 932962498,
            "stop": 932962720
        },
        {
            "start": 932962722,
            "stop": 932962772
        },
        {
            "start": 932962774,
            "stop": 932963134
        },
        {
            "start": 932963139,
            "stop": 932963346
        },
        {
            "start": 932963351,
            "stop": 932963794
        },
        {
            "start": 932963797,
            "stop": 932963980
        },
        {
            "start": 932963982,
            "stop": 932964362
        },
        {
            "start": 932964364,
            "stop": 932964398
        },
        {
            "start": 932964400,
            "stop": 932964405
        },
        {
            "start": 932964408,
            "stop": 932964536
        },
        {
            "start": 932964599,
            "stop": 932964608
        },
        {
            "start": 932965829,
            "stop": 932966986
        },
        {
            "start": 932966988,
            "stop": 932968325
        },
        {
            "start": 932968327,
            "stop": 932968815
        },
        {
            "start": 932969810,
            "stop": 932972415
        },
        {
            "start": 932972775,
            "stop": 932976015
        },
        {
            "start": 932976597,
            "stop": 932976672
        },
        {
            "start": 932976674,
            "stop": 932978305
        },
        {
            "start": 932979353,
            "stop": 932979615
        },
        {
            "start": 932979975,
            "stop": 932980741
        }
    ]
}