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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=205",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=203",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 204,
    "results": [
        {
            "start": 1240152547,
            "stop": 1240152666
        },
        {
            "start": 1240152667,
            "stop": 1240152786
        },
        {
            "start": 1240152787,
            "stop": 1240152906
        },
        {
            "start": 1240152907,
            "stop": 1240153026
        },
        {
            "start": 1240153027,
            "stop": 1240153146
        },
        {
            "start": 1240153147,
            "stop": 1240153266
        },
        {
            "start": 1240153267,
            "stop": 1240153386
        },
        {
            "start": 1240153387,
            "stop": 1240153506
        },
        {
            "start": 1240153507,
            "stop": 1240153626
        },
        {
            "start": 1240153627,
            "stop": 1240153746
        },
        {
            "start": 1240153747,
            "stop": 1240153866
        },
        {
            "start": 1240153867,
            "stop": 1240153986
        },
        {
            "start": 1240153987,
            "stop": 1240154106
        },
        {
            "start": 1240154107,
            "stop": 1240154226
        },
        {
            "start": 1240154227,
            "stop": 1240154346
        },
        {
            "start": 1240154347,
            "stop": 1240154466
        },
        {
            "start": 1240154467,
            "stop": 1240154586
        },
        {
            "start": 1240154587,
            "stop": 1240154706
        },
        {
            "start": 1240154707,
            "stop": 1240154826
        },
        {
            "start": 1240154827,
            "stop": 1240154946
        }
    ]
}