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=7396
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=7397",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7395",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7396,
    "results": [
        {
            "start": 969664075,
            "stop": 969664122
        },
        {
            "start": 969664202,
            "stop": 969664237
        },
        {
            "start": 969664240,
            "stop": 969664256
        },
        {
            "start": 969664259,
            "stop": 969664598
        },
        {
            "start": 969664604,
            "stop": 969664611
        },
        {
            "start": 969664631,
            "stop": 969664642
        },
        {
            "start": 969664722,
            "stop": 969664922
        },
        {
            "start": 969664962,
            "stop": 969665268
        },
        {
            "start": 969665271,
            "stop": 969665327
        },
        {
            "start": 969665387,
            "stop": 969665527
        },
        {
            "start": 969665530,
            "stop": 969665679
        },
        {
            "start": 969665682,
            "stop": 969665707
        },
        {
            "start": 969665710,
            "stop": 969665725
        },
        {
            "start": 969665728,
            "stop": 969666106
        },
        {
            "start": 969666109,
            "stop": 969667397
        },
        {
            "start": 969667400,
            "stop": 969667868
        },
        {
            "start": 969667879,
            "stop": 969667966
        },
        {
            "start": 969667987,
            "stop": 969668822
        },
        {
            "start": 969668825,
            "stop": 969668879
        },
        {
            "start": 969668882,
            "stop": 969669933
        }
    ]
}