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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=969",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=967",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 968,
    "results": [
        {
            "start": 1134790744,
            "stop": 1134790754
        },
        {
            "start": 1134790758,
            "stop": 1134790764
        },
        {
            "start": 1134790767,
            "stop": 1134790772
        },
        {
            "start": 1134790789,
            "stop": 1134790795
        },
        {
            "start": 1134790801,
            "stop": 1134790802
        },
        {
            "start": 1134790806,
            "stop": 1134791055
        },
        {
            "start": 1134791058,
            "stop": 1134791095
        },
        {
            "start": 1134791098,
            "stop": 1134791118
        },
        {
            "start": 1134791121,
            "stop": 1134791138
        },
        {
            "start": 1134791141,
            "stop": 1134791158
        },
        {
            "start": 1134791161,
            "stop": 1134791176
        },
        {
            "start": 1134791179,
            "stop": 1134791195
        },
        {
            "start": 1134791198,
            "stop": 1134791218
        },
        {
            "start": 1134791221,
            "stop": 1134791257
        },
        {
            "start": 1134791260,
            "stop": 1134791289
        },
        {
            "start": 1134791292,
            "stop": 1134791306
        },
        {
            "start": 1134791309,
            "stop": 1134791321
        },
        {
            "start": 1134791324,
            "stop": 1134791329
        },
        {
            "start": 1134791332,
            "stop": 1134791337
        },
        {
            "start": 1134791340,
            "stop": 1134791344
        }
    ]
}