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=387
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=388",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=386",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 387,
    "results": [
        {
            "start": 1183098235,
            "stop": 1183100200
        },
        {
            "start": 1183100202,
            "stop": 1183101075
        },
        {
            "start": 1183101079,
            "stop": 1183104872
        },
        {
            "start": 1183104874,
            "stop": 1183105256
        },
        {
            "start": 1183105258,
            "stop": 1183105260
        },
        {
            "start": 1183105262,
            "stop": 1183109878
        },
        {
            "start": 1183109880,
            "stop": 1183110177
        },
        {
            "start": 1183110179,
            "stop": 1183110185
        },
        {
            "start": 1183110187,
            "stop": 1183112726
        },
        {
            "start": 1183112728,
            "stop": 1183113492
        },
        {
            "start": 1183113494,
            "stop": 1183117292
        },
        {
            "start": 1183117293,
            "stop": 1183140942
        },
        {
            "start": 1183140943,
            "stop": 1183141224
        },
        {
            "start": 1183141226,
            "stop": 1183145114
        },
        {
            "start": 1183146201,
            "stop": 1183147894
        },
        {
            "start": 1183147896,
            "stop": 1183148632
        },
        {
            "start": 1183148634,
            "stop": 1183149432
        },
        {
            "start": 1183149435,
            "stop": 1183151288
        },
        {
            "start": 1183151297,
            "stop": 1183152203
        },
        {
            "start": 1183152210,
            "stop": 1183152358
        }
    ]
}