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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=154",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 155,
    "results": [
        {
            "start": 818732877,
            "stop": 818732887
        },
        {
            "start": 818732897,
            "stop": 818732902
        },
        {
            "start": 818732911,
            "stop": 818732921
        },
        {
            "start": 818732929,
            "stop": 818733073
        },
        {
            "start": 818733087,
            "stop": 818733093
        },
        {
            "start": 818733101,
            "stop": 818733109
        },
        {
            "start": 818733116,
            "stop": 818733124
        },
        {
            "start": 818733133,
            "stop": 818733178
        },
        {
            "start": 818733186,
            "stop": 818733431
        },
        {
            "start": 818733439,
            "stop": 818733789
        },
        {
            "start": 818733797,
            "stop": 818734073
        },
        {
            "start": 818734083,
            "stop": 818734210
        },
        {
            "start": 818734218,
            "stop": 818734315
        },
        {
            "start": 818734323,
            "stop": 818734326
        },
        {
            "start": 818734334,
            "stop": 818734381
        },
        {
            "start": 818734389,
            "stop": 818734434
        },
        {
            "start": 818734441,
            "stop": 818734495
        },
        {
            "start": 818734503,
            "stop": 818734570
        },
        {
            "start": 818734578,
            "stop": 818734587
        },
        {
            "start": 818734595,
            "stop": 818734597
        }
    ]
}