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=4834
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=4835",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4833",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4834,
    "results": [
        {
            "start": 971250834,
            "stop": 971250974
        },
        {
            "start": 971250977,
            "stop": 971251272
        },
        {
            "start": 971251290,
            "stop": 971251312
        },
        {
            "start": 971251315,
            "stop": 971251518
        },
        {
            "start": 971251536,
            "stop": 971251578
        },
        {
            "start": 971251581,
            "stop": 971251794
        },
        {
            "start": 971251797,
            "stop": 971251883
        },
        {
            "start": 971251886,
            "stop": 971252017
        },
        {
            "start": 971252020,
            "stop": 971252065
        },
        {
            "start": 971252068,
            "stop": 971252097
        },
        {
            "start": 971252100,
            "stop": 971252227
        },
        {
            "start": 971252230,
            "stop": 971252544
        },
        {
            "start": 971252547,
            "stop": 971252572
        },
        {
            "start": 971252575,
            "stop": 971252829
        },
        {
            "start": 971252832,
            "stop": 971252851
        },
        {
            "start": 971252854,
            "stop": 971252929
        },
        {
            "start": 971252932,
            "stop": 971253048
        },
        {
            "start": 971255079,
            "stop": 971255228
        },
        {
            "start": 971255231,
            "stop": 971255274
        },
        {
            "start": 971255292,
            "stop": 971255305
        }
    ]
}