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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7601",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7599",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7600,
    "results": [
        {
            "start": 970565449,
            "stop": 970565453
        },
        {
            "start": 970565459,
            "stop": 970565493
        },
        {
            "start": 970565499,
            "stop": 970565506
        },
        {
            "start": 970565512,
            "stop": 970565534
        },
        {
            "start": 970565540,
            "stop": 970565700
        },
        {
            "start": 970584625,
            "stop": 970584692
        },
        {
            "start": 970584828,
            "stop": 970584864
        },
        {
            "start": 970584867,
            "stop": 970585167
        },
        {
            "start": 970585199,
            "stop": 970585204
        },
        {
            "start": 970585214,
            "stop": 970585215
        },
        {
            "start": 970585225,
            "stop": 970585229
        },
        {
            "start": 970585239,
            "stop": 970585240
        },
        {
            "start": 970585249,
            "stop": 970585250
        },
        {
            "start": 970585256,
            "stop": 970585257
        },
        {
            "start": 970585308,
            "stop": 970585310
        },
        {
            "start": 970585342,
            "stop": 970585379
        },
        {
            "start": 970585382,
            "stop": 970585811
        },
        {
            "start": 970586116,
            "stop": 970586130
        },
        {
            "start": 970586141,
            "stop": 970586362
        },
        {
            "start": 970586365,
            "stop": 970586368
        }
    ]
}