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=132
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=133",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=131",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 132,
    "results": [
        {
            "start": 931354866,
            "stop": 931354868
        },
        {
            "start": 931354948,
            "stop": 931354949
        },
        {
            "start": 931354974,
            "stop": 931354975
        },
        {
            "start": 931354990,
            "stop": 931354992
        },
        {
            "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
        }
    ]
}