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=5270
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=5271",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5269",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5270,
    "results": [
        {
            "start": 970315485,
            "stop": 970315543
        },
        {
            "start": 970315546,
            "stop": 970315662
        },
        {
            "start": 970315667,
            "stop": 970315772
        },
        {
            "start": 970315775,
            "stop": 970315857
        },
        {
            "start": 970315860,
            "stop": 970315877
        },
        {
            "start": 970315880,
            "stop": 970315882
        },
        {
            "start": 970315887,
            "stop": 970315925
        },
        {
            "start": 970315928,
            "stop": 970315936
        },
        {
            "start": 970315939,
            "stop": 970315956
        },
        {
            "start": 970315959,
            "stop": 970315984
        },
        {
            "start": 970315987,
            "stop": 970315998
        },
        {
            "start": 970316001,
            "stop": 970316008
        },
        {
            "start": 970316011,
            "stop": 970316012
        },
        {
            "start": 970316015,
            "stop": 970316092
        },
        {
            "start": 970316096,
            "stop": 970316099
        },
        {
            "start": 970316102,
            "stop": 970316111
        },
        {
            "start": 970316114,
            "stop": 970316134
        },
        {
            "start": 970316137,
            "stop": 970316145
        },
        {
            "start": 970316149,
            "stop": 970316251
        },
        {
            "start": 970316272,
            "stop": 970316275
        }
    ]
}