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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=302",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=300",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 301,
    "results": [
        {
            "start": 821828640,
            "stop": 821829000
        },
        {
            "start": 821829180,
            "stop": 821829480
        },
        {
            "start": 821829600,
            "stop": 821829900
        },
        {
            "start": 821829908,
            "stop": 821829960
        },
        {
            "start": 821830080,
            "stop": 821830260
        },
        {
            "start": 821830320,
            "stop": 821830380
        },
        {
            "start": 821830500,
            "stop": 821830620
        },
        {
            "start": 821830680,
            "stop": 821830800
        },
        {
            "start": 821830980,
            "stop": 821831044
        },
        {
            "start": 821831051,
            "stop": 821831280
        },
        {
            "start": 821831400,
            "stop": 821831413
        },
        {
            "start": 821832140,
            "stop": 821832170
        },
        {
            "start": 821832250,
            "stop": 821832740
        },
        {
            "start": 821832747,
            "stop": 821833020
        },
        {
            "start": 821833080,
            "stop": 821833093
        },
        {
            "start": 821835537,
            "stop": 821838975
        },
        {
            "start": 821839089,
            "stop": 821840653
        },
        {
            "start": 821840708,
            "stop": 821840709
        },
        {
            "start": 821841971,
            "stop": 821842920
        },
        {
            "start": 821842980,
            "stop": 821842981
        }
    ]
}