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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=376",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=374",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 375,
    "results": [
        {
            "start": 1182804923,
            "stop": 1182805133
        },
        {
            "start": 1182805134,
            "stop": 1182805154
        },
        {
            "start": 1182805155,
            "stop": 1182805162
        },
        {
            "start": 1182805163,
            "stop": 1182805209
        },
        {
            "start": 1182805210,
            "stop": 1182805264
        },
        {
            "start": 1182805265,
            "stop": 1182805306
        },
        {
            "start": 1182805307,
            "stop": 1182805309
        },
        {
            "start": 1182805310,
            "stop": 1182805323
        },
        {
            "start": 1182805324,
            "stop": 1182805402
        },
        {
            "start": 1182805403,
            "stop": 1182805429
        },
        {
            "start": 1182805430,
            "stop": 1182805601
        },
        {
            "start": 1182805602,
            "stop": 1182805605
        },
        {
            "start": 1182805606,
            "stop": 1182805986
        },
        {
            "start": 1182805987,
            "stop": 1182806184
        },
        {
            "start": 1182806185,
            "stop": 1182806867
        },
        {
            "start": 1182806868,
            "stop": 1182806874
        },
        {
            "start": 1182806875,
            "stop": 1182807314
        },
        {
            "start": 1182807315,
            "stop": 1182807484
        },
        {
            "start": 1182807485,
            "stop": 1182807489
        },
        {
            "start": 1182807490,
            "stop": 1182807494
        }
    ]
}