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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=213",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 214,
    "results": [
        {
            "start": 957664788,
            "stop": 957664793
        },
        {
            "start": 957664796,
            "stop": 957664808
        },
        {
            "start": 957664814,
            "stop": 957664818
        },
        {
            "start": 957664825,
            "stop": 957664840
        },
        {
            "start": 957664859,
            "stop": 957664883
        },
        {
            "start": 957664907,
            "stop": 957665047
        },
        {
            "start": 957665051,
            "stop": 957665115
        },
        {
            "start": 957665122,
            "stop": 957665142
        },
        {
            "start": 957665145,
            "stop": 957665147
        },
        {
            "start": 957665149,
            "stop": 957665153
        },
        {
            "start": 957665156,
            "stop": 957665192
        },
        {
            "start": 957665199,
            "stop": 957665212
        },
        {
            "start": 957665217,
            "stop": 957665271
        },
        {
            "start": 957665273,
            "stop": 957665274
        },
        {
            "start": 957665278,
            "stop": 957665282
        },
        {
            "start": 957665288,
            "stop": 957665291
        },
        {
            "start": 957665295,
            "stop": 957665296
        },
        {
            "start": 957665301,
            "stop": 957665330
        },
        {
            "start": 957665336,
            "stop": 957665337
        },
        {
            "start": 957665340,
            "stop": 957665353
        }
    ]
}