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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=426",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=424",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 425,
    "results": [
        {
            "start": 827165470,
            "stop": 827165496
        },
        {
            "start": 827165504,
            "stop": 827165746
        },
        {
            "start": 827165753,
            "stop": 827165855
        },
        {
            "start": 827165864,
            "stop": 827165997
        },
        {
            "start": 827166007,
            "stop": 827166052
        },
        {
            "start": 827166059,
            "stop": 827166859
        },
        {
            "start": 827166866,
            "stop": 827167061
        },
        {
            "start": 827167068,
            "stop": 827167130
        },
        {
            "start": 827167210,
            "stop": 827167735
        },
        {
            "start": 827167742,
            "stop": 827167850
        },
        {
            "start": 827167990,
            "stop": 827168280
        },
        {
            "start": 827168340,
            "stop": 827169001
        },
        {
            "start": 827169008,
            "stop": 827169187
        },
        {
            "start": 827169194,
            "stop": 827169710
        },
        {
            "start": 827169790,
            "stop": 827170077
        },
        {
            "start": 827170084,
            "stop": 827170107
        },
        {
            "start": 827170114,
            "stop": 827170405
        },
        {
            "start": 827170413,
            "stop": 827170595
        },
        {
            "start": 827170602,
            "stop": 827171014
        },
        {
            "start": 827171022,
            "stop": 827171399
        }
    ]
}