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=5263
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=5264",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5262",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5263,
    "results": [
        {
            "start": 970281750,
            "stop": 970282442
        },
        {
            "start": 970282445,
            "stop": 970282671
        },
        {
            "start": 970282674,
            "stop": 970282948
        },
        {
            "start": 970282951,
            "stop": 970283132
        },
        {
            "start": 970283135,
            "stop": 970283471
        },
        {
            "start": 970283474,
            "stop": 970283950
        },
        {
            "start": 970283953,
            "stop": 970284006
        },
        {
            "start": 970284009,
            "stop": 970284099
        },
        {
            "start": 970284102,
            "stop": 970284198
        },
        {
            "start": 970284201,
            "stop": 970284258
        },
        {
            "start": 970284261,
            "stop": 970284334
        },
        {
            "start": 970284337,
            "stop": 970284460
        },
        {
            "start": 970284463,
            "stop": 970284604
        },
        {
            "start": 970284607,
            "stop": 970284728
        },
        {
            "start": 970284731,
            "stop": 970284891
        },
        {
            "start": 970284894,
            "stop": 970285035
        },
        {
            "start": 970285056,
            "stop": 970285208
        },
        {
            "start": 970285211,
            "stop": 970285244
        },
        {
            "start": 970285247,
            "stop": 970285392
        },
        {
            "start": 970285395,
            "stop": 970285406
        }
    ]
}