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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=279",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=277",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 278,
    "results": [
        {
            "start": 817990483,
            "stop": 817990484
        },
        {
            "start": 817990503,
            "stop": 817990729
        },
        {
            "start": 817990749,
            "stop": 817990853
        },
        {
            "start": 817990914,
            "stop": 817990950
        },
        {
            "start": 817990972,
            "stop": 817990985
        },
        {
            "start": 817991099,
            "stop": 817991124
        },
        {
            "start": 817991151,
            "stop": 817991161
        },
        {
            "start": 817991182,
            "stop": 817991183
        },
        {
            "start": 817991203,
            "stop": 817991230
        },
        {
            "start": 817991249,
            "stop": 817991302
        },
        {
            "start": 817991321,
            "stop": 817991349
        },
        {
            "start": 817991368,
            "stop": 817991556
        },
        {
            "start": 817991575,
            "stop": 817991606
        },
        {
            "start": 817991626,
            "stop": 817991628
        },
        {
            "start": 817991648,
            "stop": 817991694
        },
        {
            "start": 817991752,
            "stop": 817991763
        },
        {
            "start": 817991809,
            "stop": 817991810
        },
        {
            "start": 817991831,
            "stop": 817991833
        },
        {
            "start": 817991852,
            "stop": 817991856
        },
        {
            "start": 817991876,
            "stop": 817991889
        }
    ]
}