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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7566",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7564",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7565,
    "results": [
        {
            "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
        },
        {
            "start": 970466369,
            "stop": 970466497
        },
        {
            "start": 970466500,
            "stop": 970466548
        },
        {
            "start": 970466551,
            "stop": 970466634
        },
        {
            "start": 970466640,
            "stop": 970466641
        },
        {
            "start": 970466650,
            "stop": 970466656
        }
    ]
}