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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2272",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2270",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2271,
    "results": [
        {
            "start": 873602704,
            "stop": 873603375
        },
        {
            "start": 873603394,
            "stop": 873603930
        },
        {
            "start": 873603949,
            "stop": 873604165
        },
        {
            "start": 873604184,
            "stop": 873604228
        },
        {
            "start": 873604247,
            "stop": 873604253
        },
        {
            "start": 873604272,
            "stop": 873604288
        },
        {
            "start": 873604339,
            "stop": 873604344
        },
        {
            "start": 873604380,
            "stop": 873604399
        },
        {
            "start": 873604418,
            "stop": 873604421
        },
        {
            "start": 873604454,
            "stop": 873604485
        },
        {
            "start": 873604504,
            "stop": 873604506
        },
        {
            "start": 873604525,
            "stop": 873604609
        },
        {
            "start": 873604638,
            "stop": 873604675
        },
        {
            "start": 873604708,
            "stop": 873604723
        },
        {
            "start": 873604755,
            "stop": 873604772
        },
        {
            "start": 873604802,
            "stop": 873604825
        },
        {
            "start": 873604844,
            "stop": 873604892
        },
        {
            "start": 873604911,
            "stop": 873604919
        },
        {
            "start": 873604938,
            "stop": 873605073
        },
        {
            "start": 873605092,
            "stop": 873605135
        }
    ]
}