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=7549
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=7550",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7548",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7549,
    "results": [
        {
            "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
        },
        {
            "start": 970466327,
            "stop": 970466328
        },
        {
            "start": 970466331,
            "stop": 970466334
        },
        {
            "start": 970466337,
            "stop": 970466363
        }
    ]
}