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=5210
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=5211",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5209",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5210,
    "results": [
        {
            "start": 969971403,
            "stop": 969971618
        },
        {
            "start": 969971678,
            "stop": 969971681
        },
        {
            "start": 969971684,
            "stop": 969971704
        },
        {
            "start": 969971707,
            "stop": 969971744
        },
        {
            "start": 969971747,
            "stop": 969971753
        },
        {
            "start": 969971756,
            "stop": 969971933
        },
        {
            "start": 969971936,
            "stop": 969971944
        },
        {
            "start": 969971947,
            "stop": 969971957
        },
        {
            "start": 969971960,
            "stop": 969971996
        },
        {
            "start": 969971999,
            "stop": 969972060
        },
        {
            "start": 969972063,
            "stop": 969972084
        },
        {
            "start": 969972087,
            "stop": 969972126
        },
        {
            "start": 969972129,
            "stop": 969972210
        },
        {
            "start": 969972213,
            "stop": 969972318
        },
        {
            "start": 969972323,
            "stop": 969972340
        },
        {
            "start": 969972343,
            "stop": 969972360
        },
        {
            "start": 969972364,
            "stop": 969972398
        },
        {
            "start": 969972402,
            "stop": 969972426
        },
        {
            "start": 969972429,
            "stop": 969972465
        },
        {
            "start": 969972468,
            "stop": 969972584
        }
    ]
}