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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7377",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7375",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7376,
    "results": [
        {
            "start": 969649689,
            "stop": 969649722
        },
        {
            "start": 969649762,
            "stop": 969649847
        },
        {
            "start": 969650267,
            "stop": 969650282
        },
        {
            "start": 969650322,
            "stop": 969650400
        },
        {
            "start": 969650420,
            "stop": 969650426
        },
        {
            "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
        }
    ]
}