Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=17
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=16",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 17,
    "results": [
        {
            "start": 816888082,
            "stop": 816897945
        },
        {
            "start": 816898939,
            "stop": 816908948
        },
        {
            "start": 816908959,
            "stop": 816913263
        },
        {
            "start": 816913275,
            "stop": 816916019
        },
        {
            "start": 816916031,
            "stop": 816916580
        },
        {
            "start": 816916593,
            "stop": 816927844
        },
        {
            "start": 816927857,
            "stop": 816939773
        },
        {
            "start": 816939786,
            "stop": 816941177
        },
        {
            "start": 816941178,
            "stop": 816951700
        },
        {
            "start": 816951713,
            "stop": 816969492
        },
        {
            "start": 816971022,
            "stop": 816971086
        },
        {
            "start": 816971093,
            "stop": 816971443
        },
        {
            "start": 816974148,
            "stop": 816978551
        },
        {
            "start": 816981141,
            "stop": 816982800
        },
        {
            "start": 816982813,
            "stop": 816985397
        },
        {
            "start": 816985897,
            "stop": 816986177
        },
        {
            "start": 816986184,
            "stop": 816988830
        },
        {
            "start": 816989738,
            "stop": 816998657
        },
        {
            "start": 816998670,
            "stop": 817014552
        },
        {
            "start": 817014565,
            "stop": 817031549
        }
    ]
}