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=413
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=414",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=412",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 413,
    "results": [
        {
            "start": 1187101992,
            "stop": 1187105816
        },
        {
            "start": 1187105818,
            "stop": 1187107474
        },
        {
            "start": 1187107476,
            "stop": 1187117257
        },
        {
            "start": 1187117259,
            "stop": 1187128063
        },
        {
            "start": 1187128066,
            "stop": 1187144546
        },
        {
            "start": 1187144549,
            "stop": 1187171933
        },
        {
            "start": 1187171935,
            "stop": 1187183369
        },
        {
            "start": 1187183371,
            "stop": 1187193616
        },
        {
            "start": 1187193618,
            "stop": 1187198709
        },
        {
            "start": 1187198711,
            "stop": 1187226516
        },
        {
            "start": 1187226993,
            "stop": 1187232087
        },
        {
            "start": 1187242937,
            "stop": 1187243529
        },
        {
            "start": 1187247857,
            "stop": 1187276788
        },
        {
            "start": 1187278805,
            "stop": 1187278848
        },
        {
            "start": 1187278947,
            "stop": 1187281660
        },
        {
            "start": 1187281662,
            "stop": 1187282200
        },
        {
            "start": 1187282202,
            "stop": 1187299972
        },
        {
            "start": 1187299975,
            "stop": 1187312514
        },
        {
            "start": 1187312992,
            "stop": 1187336377
        },
        {
            "start": 1187336379,
            "stop": 1187339671
        }
    ]
}