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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3714",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3712",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3713,
    "results": [
        {
            "start": 872593001,
            "stop": 872593104
        },
        {
            "start": 872593107,
            "stop": 872593113
        },
        {
            "start": 872593142,
            "stop": 872593169
        },
        {
            "start": 872593174,
            "stop": 872593177
        },
        {
            "start": 872593180,
            "stop": 872593222
        },
        {
            "start": 872593225,
            "stop": 872593235
        },
        {
            "start": 872593243,
            "stop": 872593381
        },
        {
            "start": 872593384,
            "stop": 872593436
        },
        {
            "start": 872593439,
            "stop": 872593448
        },
        {
            "start": 872593451,
            "stop": 872593539
        },
        {
            "start": 872593542,
            "stop": 872593566
        },
        {
            "start": 872593569,
            "stop": 872593587
        },
        {
            "start": 872593590,
            "stop": 872593705
        },
        {
            "start": 872593708,
            "stop": 872593709
        },
        {
            "start": 872593712,
            "stop": 872593779
        },
        {
            "start": 872593782,
            "stop": 872593913
        },
        {
            "start": 872593919,
            "stop": 872593927
        },
        {
            "start": 872593930,
            "stop": 872593943
        },
        {
            "start": 872593946,
            "stop": 872594038
        },
        {
            "start": 872594041,
            "stop": 872594550
        }
    ]
}