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=280
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=281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=279",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 280,
    "results": [
        {
            "start": 854006258,
            "stop": 854009084
        },
        {
            "start": 854010660,
            "stop": 854024426
        },
        {
            "start": 854026928,
            "stop": 854035128
        },
        {
            "start": 854035396,
            "stop": 854035502
        },
        {
            "start": 854035696,
            "stop": 854036130
        },
        {
            "start": 854327996,
            "stop": 854344520
        },
        {
            "start": 854345269,
            "stop": 854352710
        },
        {
            "start": 854354524,
            "stop": 854369713
        },
        {
            "start": 854370906,
            "stop": 854372805
        },
        {
            "start": 854373628,
            "stop": 854374431
        },
        {
            "start": 854374562,
            "stop": 854376869
        },
        {
            "start": 854386895,
            "stop": 854389308
        },
        {
            "start": 854389676,
            "stop": 854391808
        },
        {
            "start": 854393853,
            "stop": 854394031
        },
        {
            "start": 854394181,
            "stop": 854402734
        },
        {
            "start": 854405043,
            "stop": 854438767
        },
        {
            "start": 854439616,
            "stop": 854442550
        },
        {
            "start": 854442619,
            "stop": 854442954
        },
        {
            "start": 854443022,
            "stop": 854456794
        },
        {
            "start": 854456853,
            "stop": 854458515
        }
    ]
}