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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=211",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 212,
    "results": [
        {
            "start": 844437294,
            "stop": 844438011
        },
        {
            "start": 844438758,
            "stop": 844439053
        },
        {
            "start": 844440509,
            "stop": 844440553
        },
        {
            "start": 844440571,
            "stop": 844440573
        },
        {
            "start": 844444108,
            "stop": 844447153
        },
        {
            "start": 844447182,
            "stop": 844447183
        },
        {
            "start": 844449634,
            "stop": 844450993
        },
        {
            "start": 844460883,
            "stop": 844463648
        },
        {
            "start": 844466613,
            "stop": 844468683
        },
        {
            "start": 844469233,
            "stop": 844469954
        },
        {
            "start": 844469999,
            "stop": 844470133
        },
        {
            "start": 844470160,
            "stop": 844470161
        },
        {
            "start": 844470249,
            "stop": 844470268
        },
        {
            "start": 844470565,
            "stop": 844471813
        },
        {
            "start": 844471833,
            "stop": 844471834
        },
        {
            "start": 844471956,
            "stop": 844472053
        },
        {
            "start": 844472072,
            "stop": 844472073
        },
        {
            "start": 844472189,
            "stop": 844474264
        },
        {
            "start": 844474393,
            "stop": 844493288
        },
        {
            "start": 844495078,
            "stop": 844498093
        }
    ]
}