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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=53",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 54,
    "results": [
        {
            "start": 822638089,
            "stop": 822638150
        },
        {
            "start": 822638242,
            "stop": 822639864
        },
        {
            "start": 822639903,
            "stop": 822640584
        },
        {
            "start": 822640749,
            "stop": 822641689
        },
        {
            "start": 822641757,
            "stop": 822651467
        },
        {
            "start": 822651562,
            "stop": 822654207
        },
        {
            "start": 822654296,
            "stop": 822665887
        },
        {
            "start": 822665992,
            "stop": 822666010
        },
        {
            "start": 822666044,
            "stop": 822666106
        },
        {
            "start": 822666136,
            "stop": 822666180
        },
        {
            "start": 822666212,
            "stop": 822666306
        },
        {
            "start": 822666417,
            "stop": 822666471
        },
        {
            "start": 822666511,
            "stop": 822666641
        },
        {
            "start": 822666680,
            "stop": 822666917
        },
        {
            "start": 822667000,
            "stop": 822667499
        },
        {
            "start": 822667535,
            "stop": 822667598
        },
        {
            "start": 822667741,
            "stop": 822667772
        },
        {
            "start": 822699919,
            "stop": 822710139
        },
        {
            "start": 822710338,
            "stop": 822722817
        },
        {
            "start": 822722915,
            "stop": 822723116
        }
    ]
}