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=4591
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=4592",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4590",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4591,
    "results": [
        {
            "start": 969125985,
            "stop": 969126003
        },
        {
            "start": 969126006,
            "stop": 969126027
        },
        {
            "start": 969126031,
            "stop": 969126050
        },
        {
            "start": 969126057,
            "stop": 969126132
        },
        {
            "start": 969126137,
            "stop": 969126406
        },
        {
            "start": 969126410,
            "stop": 969126651
        },
        {
            "start": 969126654,
            "stop": 969126855
        },
        {
            "start": 969126858,
            "stop": 969127015
        },
        {
            "start": 969127018,
            "stop": 969127148
        },
        {
            "start": 969127151,
            "stop": 969127171
        },
        {
            "start": 969127174,
            "stop": 969127262
        },
        {
            "start": 969127265,
            "stop": 969127277
        },
        {
            "start": 969127280,
            "stop": 969127358
        },
        {
            "start": 969127418,
            "stop": 969127455
        },
        {
            "start": 969127459,
            "stop": 969127625
        },
        {
            "start": 969129674,
            "stop": 969129817
        },
        {
            "start": 969129878,
            "stop": 969130178
        },
        {
            "start": 969134209,
            "stop": 969134772
        },
        {
            "start": 969134775,
            "stop": 969134939
        },
        {
            "start": 969134942,
            "stop": 969134978
        }
    ]
}