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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=139",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 140,
    "results": [
        {
            "start": 932767233,
            "stop": 932767309
        },
        {
            "start": 932767332,
            "stop": 932768227
        },
        {
            "start": 932768259,
            "stop": 932768266
        },
        {
            "start": 932768296,
            "stop": 932768333
        },
        {
            "start": 932768397,
            "stop": 932768447
        },
        {
            "start": 932768475,
            "stop": 932768513
        },
        {
            "start": 932768531,
            "stop": 932768565
        },
        {
            "start": 932768606,
            "stop": 932768618
        },
        {
            "start": 932768637,
            "stop": 932768853
        },
        {
            "start": 932768940,
            "stop": 932769091
        },
        {
            "start": 932769121,
            "stop": 932769298
        },
        {
            "start": 932769344,
            "stop": 932770019
        },
        {
            "start": 932770068,
            "stop": 932770548
        },
        {
            "start": 932770573,
            "stop": 932770712
        },
        {
            "start": 932770734,
            "stop": 932770754
        },
        {
            "start": 932770780,
            "stop": 932770814
        },
        {
            "start": 932770859,
            "stop": 932771301
        },
        {
            "start": 932771355,
            "stop": 932771851
        },
        {
            "start": 932771856,
            "stop": 932772190
        },
        {
            "start": 932772216,
            "stop": 932772306
        }
    ]
}