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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=141",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 142,
    "results": [
        {
            "start": 1131167062,
            "stop": 1131167075
        },
        {
            "start": 1131167076,
            "stop": 1131167081
        },
        {
            "start": 1131167082,
            "stop": 1131167089
        },
        {
            "start": 1131167090,
            "stop": 1131167100
        },
        {
            "start": 1131167102,
            "stop": 1131167114
        },
        {
            "start": 1131167115,
            "stop": 1131167117
        },
        {
            "start": 1131167118,
            "stop": 1131167133
        },
        {
            "start": 1131167134,
            "stop": 1131167158
        },
        {
            "start": 1131167159,
            "stop": 1131167171
        },
        {
            "start": 1131167172,
            "stop": 1131167185
        },
        {
            "start": 1131167186,
            "stop": 1131167194
        },
        {
            "start": 1131167195,
            "stop": 1131167200
        },
        {
            "start": 1131167201,
            "stop": 1131167214
        },
        {
            "start": 1131167215,
            "stop": 1131167220
        },
        {
            "start": 1131167221,
            "stop": 1131167246
        },
        {
            "start": 1131167248,
            "stop": 1131167267
        },
        {
            "start": 1131167268,
            "stop": 1131167311
        },
        {
            "start": 1131167312,
            "stop": 1131167355
        },
        {
            "start": 1131167357,
            "stop": 1131167379
        },
        {
            "start": 1131167380,
            "stop": 1131167402
        }
    ]
}