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=5230
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=5231",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5229",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5230,
    "results": [
        {
            "start": 970015526,
            "stop": 970015637
        },
        {
            "start": 970015640,
            "stop": 970015644
        },
        {
            "start": 970015647,
            "stop": 970015705
        },
        {
            "start": 970015708,
            "stop": 970015852
        },
        {
            "start": 970015855,
            "stop": 970015923
        },
        {
            "start": 970015926,
            "stop": 970015961
        },
        {
            "start": 970032596,
            "stop": 970032601
        },
        {
            "start": 970032604,
            "stop": 970032670
        },
        {
            "start": 970032673,
            "stop": 970032675
        },
        {
            "start": 970032678,
            "stop": 970032764
        },
        {
            "start": 970032767,
            "stop": 970032984
        },
        {
            "start": 970032987,
            "stop": 970033045
        },
        {
            "start": 970033048,
            "stop": 970033089
        },
        {
            "start": 970033092,
            "stop": 970033207
        },
        {
            "start": 970033210,
            "stop": 970033227
        },
        {
            "start": 970033230,
            "stop": 970033321
        },
        {
            "start": 970033324,
            "stop": 970033343
        },
        {
            "start": 970033346,
            "stop": 970033397
        },
        {
            "start": 970033400,
            "stop": 970033571
        },
        {
            "start": 970033574,
            "stop": 970033648
        }
    ]
}