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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=250",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=248",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 249,
    "results": [
        {
            "start": 960985012,
            "stop": 961001456
        },
        {
            "start": 961002961,
            "stop": 961028015
        },
        {
            "start": 961050819,
            "stop": 961058597
        },
        {
            "start": 961210060,
            "stop": 961214270
        },
        {
            "start": 961217923,
            "stop": 961230296
        },
        {
            "start": 961234000,
            "stop": 961243759
        },
        {
            "start": 961245960,
            "stop": 961252203
        },
        {
            "start": 961279939,
            "stop": 961288242
        },
        {
            "start": 961289713,
            "stop": 961294299
        },
        {
            "start": 961311060,
            "stop": 961312329
        },
        {
            "start": 961312569,
            "stop": 961325764
        },
        {
            "start": 961327423,
            "stop": 961350193
        },
        {
            "start": 961357797,
            "stop": 961358498
        },
        {
            "start": 961360864,
            "stop": 961361162
        },
        {
            "start": 961364375,
            "stop": 961364823
        },
        {
            "start": 961367297,
            "stop": 961368020
        },
        {
            "start": 961371043,
            "stop": 961394858
        },
        {
            "start": 961396988,
            "stop": 961404166
        },
        {
            "start": 961406170,
            "stop": 961418265
        },
        {
            "start": 961421140,
            "stop": 961430947
        }
    ]
}