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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=21",
    "results_count": 828,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 22,
    "results": [
        {
            "start": 1173716136,
            "stop": 1173716438
        },
        {
            "start": 1173716863,
            "stop": 1173717010
        },
        {
            "start": 1173717126,
            "stop": 1173717430
        },
        {
            "start": 1173718072,
            "stop": 1173750209
        },
        {
            "start": 1173753147,
            "stop": 1173807041
        },
        {
            "start": 1173812946,
            "stop": 1173826277
        },
        {
            "start": 1173826677,
            "stop": 1173856825
        },
        {
            "start": 1173859324,
            "stop": 1173900023
        },
        {
            "start": 1173900028,
            "stop": 1173900481
        },
        {
            "start": 1173900495,
            "stop": 1173901324
        },
        {
            "start": 1173901327,
            "stop": 1173901843
        },
        {
            "start": 1173901851,
            "stop": 1173901946
        },
        {
            "start": 1173901963,
            "stop": 1173902017
        },
        {
            "start": 1173906065,
            "stop": 1173906375
        },
        {
            "start": 1173906378,
            "stop": 1173906418
        },
        {
            "start": 1173906421,
            "stop": 1173906580
        },
        {
            "start": 1173906586,
            "stop": 1173906717
        },
        {
            "start": 1173906722,
            "stop": 1173906785
        },
        {
            "start": 1173919283,
            "stop": 1173976601
        },
        {
            "start": 1173976626,
            "stop": 1174063138
        }
    ]
}