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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8046",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8044",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8045,
    "results": [
        {
            "start": 970462596,
            "stop": 970462620
        },
        {
            "start": 970462623,
            "stop": 970462658
        },
        {
            "start": 970462661,
            "stop": 970462728
        },
        {
            "start": 970462731,
            "stop": 970462738
        },
        {
            "start": 970462741,
            "stop": 970462843
        },
        {
            "start": 970462846,
            "stop": 970462871
        },
        {
            "start": 970462874,
            "stop": 970462920
        },
        {
            "start": 970462923,
            "stop": 970462975
        },
        {
            "start": 970462978,
            "stop": 970463029
        },
        {
            "start": 970463032,
            "stop": 970463042
        },
        {
            "start": 970463045,
            "stop": 970463048
        },
        {
            "start": 970463051,
            "stop": 970463217
        },
        {
            "start": 970463220,
            "stop": 970463229
        },
        {
            "start": 970463232,
            "stop": 970463290
        },
        {
            "start": 970465974,
            "stop": 970465981
        },
        {
            "start": 970465984,
            "stop": 970466025
        },
        {
            "start": 970466028,
            "stop": 970466038
        },
        {
            "start": 970466041,
            "stop": 970466052
        },
        {
            "start": 970466055,
            "stop": 970466099
        },
        {
            "start": 970466102,
            "stop": 970466324
        }
    ]
}