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=374
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=375",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=373",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 374,
    "results": [
        {
            "start": 1182801572,
            "stop": 1182801699
        },
        {
            "start": 1182801700,
            "stop": 1182801998
        },
        {
            "start": 1182801999,
            "stop": 1182802249
        },
        {
            "start": 1182802250,
            "stop": 1182802296
        },
        {
            "start": 1182802297,
            "stop": 1182802329
        },
        {
            "start": 1182802330,
            "stop": 1182802367
        },
        {
            "start": 1182802368,
            "stop": 1182802664
        },
        {
            "start": 1182802665,
            "stop": 1182803083
        },
        {
            "start": 1182803084,
            "stop": 1182803450
        },
        {
            "start": 1182803451,
            "stop": 1182803521
        },
        {
            "start": 1182803522,
            "stop": 1182803613
        },
        {
            "start": 1182803682,
            "stop": 1182804416
        },
        {
            "start": 1182804417,
            "stop": 1182804528
        },
        {
            "start": 1182804529,
            "stop": 1182804552
        },
        {
            "start": 1182804553,
            "stop": 1182804687
        },
        {
            "start": 1182804688,
            "stop": 1182804709
        },
        {
            "start": 1182804710,
            "stop": 1182804736
        },
        {
            "start": 1182804737,
            "stop": 1182804837
        },
        {
            "start": 1182804838,
            "stop": 1182804907
        },
        {
            "start": 1182804908,
            "stop": 1182804922
        }
    ]
}