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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5238",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5236",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5237,
    "results": [
        {
            "start": 970065821,
            "stop": 970065847
        },
        {
            "start": 970065850,
            "stop": 970065971
        },
        {
            "start": 970079365,
            "stop": 970080221
        },
        {
            "start": 970080224,
            "stop": 970080785
        },
        {
            "start": 970080788,
            "stop": 970080850
        },
        {
            "start": 970080853,
            "stop": 970080992
        },
        {
            "start": 970080995,
            "stop": 970081118
        },
        {
            "start": 970081178,
            "stop": 970082022
        },
        {
            "start": 970082025,
            "stop": 970082037
        },
        {
            "start": 970082040,
            "stop": 970082324
        },
        {
            "start": 970082327,
            "stop": 970082555
        },
        {
            "start": 970082558,
            "stop": 970082936
        },
        {
            "start": 970082939,
            "stop": 970083560
        },
        {
            "start": 970083563,
            "stop": 970083593
        },
        {
            "start": 970083596,
            "stop": 970083741
        },
        {
            "start": 970084765,
            "stop": 970085127
        },
        {
            "start": 970085130,
            "stop": 970085879
        },
        {
            "start": 970085882,
            "stop": 970086060
        },
        {
            "start": 970086238,
            "stop": 970087764
        },
        {
            "start": 970087767,
            "stop": 970088037
        }
    ]
}