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=7392
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=7393",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7391",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7392,
    "results": [
        {
            "start": 969650429,
            "stop": 969650431
        },
        {
            "start": 969650482,
            "stop": 969650556
        },
        {
            "start": 969650559,
            "stop": 969650562
        },
        {
            "start": 969650642,
            "stop": 969650762
        },
        {
            "start": 969650804,
            "stop": 969650812
        },
        {
            "start": 969650818,
            "stop": 969650842
        },
        {
            "start": 969650922,
            "stop": 969650969
        },
        {
            "start": 969650973,
            "stop": 969650975
        },
        {
            "start": 969650978,
            "stop": 969650984
        },
        {
            "start": 969650987,
            "stop": 969651002
        },
        {
            "start": 969651044,
            "stop": 969651068
        },
        {
            "start": 969651072,
            "stop": 969651083
        },
        {
            "start": 969651086,
            "stop": 969651161
        },
        {
            "start": 969651289,
            "stop": 969651384
        },
        {
            "start": 969651388,
            "stop": 969651425
        },
        {
            "start": 969651428,
            "stop": 969651442
        },
        {
            "start": 969651522,
            "stop": 969651602
        },
        {
            "start": 969651682,
            "stop": 969651707
        },
        {
            "start": 969651827,
            "stop": 969651922
        },
        {
            "start": 969652002,
            "stop": 969652008
        }
    ]
}