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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=212",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=210",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 211,
    "results": [
        {
            "start": 931452675,
            "stop": 931452678
        },
        {
            "start": 931452680,
            "stop": 931452683
        },
        {
            "start": 931452685,
            "stop": 931452699
        },
        {
            "start": 931452705,
            "stop": 931452707
        },
        {
            "start": 931452710,
            "stop": 931452716
        },
        {
            "start": 931452718,
            "stop": 931452730
        },
        {
            "start": 931452732,
            "stop": 931452733
        },
        {
            "start": 931452735,
            "stop": 931452806
        },
        {
            "start": 931452808,
            "stop": 931452879
        },
        {
            "start": 931452882,
            "stop": 931452904
        },
        {
            "start": 931452906,
            "stop": 931453018
        },
        {
            "start": 931453020,
            "stop": 931453084
        },
        {
            "start": 931453086,
            "stop": 931453105
        },
        {
            "start": 931453107,
            "stop": 931453111
        },
        {
            "start": 931453113,
            "stop": 931453135
        },
        {
            "start": 931453139,
            "stop": 931453203
        },
        {
            "start": 931453205,
            "stop": 931453214
        },
        {
            "start": 931453216,
            "stop": 931453220
        },
        {
            "start": 931453222,
            "stop": 931453243
        },
        {
            "start": 931453245,
            "stop": 931453253
        }
    ]
}