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=231
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=232",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=230",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 231,
    "results": [
        {
            "start": 958615648,
            "stop": 958615916
        },
        {
            "start": 958615924,
            "stop": 958616309
        },
        {
            "start": 958616311,
            "stop": 958616418
        },
        {
            "start": 958616421,
            "stop": 958616645
        },
        {
            "start": 958616650,
            "stop": 958616661
        },
        {
            "start": 958616665,
            "stop": 958616739
        },
        {
            "start": 958616758,
            "stop": 958616760
        },
        {
            "start": 958616765,
            "stop": 958616769
        },
        {
            "start": 958616786,
            "stop": 958616840
        },
        {
            "start": 958616843,
            "stop": 958616931
        },
        {
            "start": 958616934,
            "stop": 958616959
        },
        {
            "start": 958616982,
            "stop": 958616983
        },
        {
            "start": 958616991,
            "stop": 958616995
        },
        {
            "start": 958616998,
            "stop": 958617015
        },
        {
            "start": 958617018,
            "stop": 958617022
        },
        {
            "start": 958617030,
            "stop": 958617033
        },
        {
            "start": 958617037,
            "stop": 958617150
        },
        {
            "start": 958617157,
            "stop": 958617214
        },
        {
            "start": 958617216,
            "stop": 958617264
        },
        {
            "start": 958617267,
            "stop": 958617271
        }
    ]
}