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=4639
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=4640",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4638",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4639,
    "results": [
        {
            "start": 969491748,
            "stop": 969492080
        },
        {
            "start": 969492083,
            "stop": 969493263
        },
        {
            "start": 969494040,
            "stop": 969494144
        },
        {
            "start": 969494162,
            "stop": 969494658
        },
        {
            "start": 969494661,
            "stop": 969495799
        },
        {
            "start": 969495803,
            "stop": 969495968
        },
        {
            "start": 969495971,
            "stop": 969496950
        },
        {
            "start": 969496953,
            "stop": 969497811
        },
        {
            "start": 969497814,
            "stop": 969497904
        },
        {
            "start": 969497907,
            "stop": 969498513
        },
        {
            "start": 969498516,
            "stop": 969498539
        },
        {
            "start": 969498542,
            "stop": 969499260
        },
        {
            "start": 969499263,
            "stop": 969499294
        },
        {
            "start": 969499297,
            "stop": 969499676
        },
        {
            "start": 969499679,
            "stop": 969500547
        },
        {
            "start": 969500550,
            "stop": 969500940
        },
        {
            "start": 969500943,
            "stop": 969501715
        },
        {
            "start": 969501718,
            "stop": 969502780
        },
        {
            "start": 969502783,
            "stop": 969502837
        },
        {
            "start": 969502840,
            "stop": 969502914
        }
    ]
}