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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15783",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15781",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15782,
    "results": [
        {
            "start": 971171361,
            "stop": 971171362
        },
        {
            "start": 971171366,
            "stop": 971171367
        },
        {
            "start": 971171368,
            "stop": 971171374
        },
        {
            "start": 971171377,
            "stop": 971171378
        },
        {
            "start": 971171379,
            "stop": 971171380
        },
        {
            "start": 971171387,
            "stop": 971171390
        },
        {
            "start": 971171391,
            "stop": 971171392
        },
        {
            "start": 971171394,
            "stop": 971171395
        },
        {
            "start": 971171396,
            "stop": 971171400
        },
        {
            "start": 971171403,
            "stop": 971171404
        },
        {
            "start": 971171408,
            "stop": 971171409
        },
        {
            "start": 971171411,
            "stop": 971171414
        },
        {
            "start": 971171420,
            "stop": 971171421
        },
        {
            "start": 971171425,
            "stop": 971171430
        },
        {
            "start": 971171431,
            "stop": 971171432
        },
        {
            "start": 971171434,
            "stop": 971171445
        },
        {
            "start": 971171449,
            "stop": 971171452
        },
        {
            "start": 971171456,
            "stop": 971171457
        },
        {
            "start": 971171461,
            "stop": 971171470
        },
        {
            "start": 971171471,
            "stop": 971171474
        }
    ]
}