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=5224
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=5225",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5223",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5224,
    "results": [
        {
            "start": 969995481,
            "stop": 969995662
        },
        {
            "start": 969995665,
            "stop": 969995689
        },
        {
            "start": 969995692,
            "stop": 969995715
        },
        {
            "start": 969995718,
            "stop": 969995765
        },
        {
            "start": 969995768,
            "stop": 969995803
        },
        {
            "start": 969995806,
            "stop": 969995886
        },
        {
            "start": 969995889,
            "stop": 969996001
        },
        {
            "start": 969996004,
            "stop": 969996231
        },
        {
            "start": 969996234,
            "stop": 969996253
        },
        {
            "start": 969996256,
            "stop": 969996298
        },
        {
            "start": 969996301,
            "stop": 969996748
        },
        {
            "start": 969996751,
            "stop": 969996830
        },
        {
            "start": 969996833,
            "stop": 969997107
        },
        {
            "start": 969997110,
            "stop": 969997287
        },
        {
            "start": 969997290,
            "stop": 969997494
        },
        {
            "start": 969997497,
            "stop": 969997592
        },
        {
            "start": 969997595,
            "stop": 969997614
        },
        {
            "start": 969997617,
            "stop": 969997917
        },
        {
            "start": 969997920,
            "stop": 969997928
        },
        {
            "start": 969997931,
            "stop": 969997975
        }
    ]
}