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=971
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=972",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=970",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 971,
    "results": [
        {
            "start": 1134792044,
            "stop": 1134792063
        },
        {
            "start": 1134792067,
            "stop": 1134792071
        },
        {
            "start": 1134792080,
            "stop": 1134792084
        },
        {
            "start": 1134792087,
            "stop": 1134792088
        },
        {
            "start": 1134792092,
            "stop": 1134792096
        },
        {
            "start": 1134792100,
            "stop": 1134792105
        },
        {
            "start": 1134792111,
            "stop": 1134792112
        },
        {
            "start": 1134792115,
            "stop": 1134792117
        },
        {
            "start": 1134792130,
            "stop": 1134792131
        },
        {
            "start": 1134792136,
            "stop": 1134792137
        },
        {
            "start": 1134792143,
            "stop": 1134792163
        },
        {
            "start": 1134792167,
            "stop": 1134792179
        },
        {
            "start": 1134792190,
            "stop": 1134792192
        },
        {
            "start": 1134792203,
            "stop": 1134792228
        },
        {
            "start": 1134792238,
            "stop": 1134792249
        },
        {
            "start": 1134792253,
            "stop": 1134792255
        },
        {
            "start": 1134792257,
            "stop": 1134792260
        },
        {
            "start": 1134792262,
            "stop": 1134792264
        },
        {
            "start": 1134792266,
            "stop": 1134792268
        },
        {
            "start": 1134792270,
            "stop": 1134792280
        }
    ]
}