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=132
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=133",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=131",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 132,
    "results": [
        {
            "start": 931355022,
            "stop": 931355023
        },
        {
            "start": 931355057,
            "stop": 931355058
        },
        {
            "start": 931355216,
            "stop": 931355217
        },
        {
            "start": 931355226,
            "stop": 931355227
        },
        {
            "start": 931355315,
            "stop": 931355316
        },
        {
            "start": 931355353,
            "stop": 931355354
        },
        {
            "start": 931355377,
            "stop": 931355378
        },
        {
            "start": 931355418,
            "stop": 931355419
        },
        {
            "start": 931355487,
            "stop": 931355488
        },
        {
            "start": 931355499,
            "stop": 931355501
        },
        {
            "start": 931355505,
            "stop": 931355506
        },
        {
            "start": 931355525,
            "stop": 931355526
        },
        {
            "start": 931355543,
            "stop": 931355544
        },
        {
            "start": 931355546,
            "stop": 931355547
        },
        {
            "start": 931355622,
            "stop": 931355623
        },
        {
            "start": 931355744,
            "stop": 931355745
        },
        {
            "start": 931355780,
            "stop": 931355781
        },
        {
            "start": 931356164,
            "stop": 931356165
        },
        {
            "start": 931356216,
            "stop": 931356217
        },
        {
            "start": 931356225,
            "stop": 931356226
        }
    ]
}