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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=113",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 114,
    "results": [
        {
            "start": 1131154411,
            "stop": 1131154423
        },
        {
            "start": 1131154424,
            "stop": 1131154425
        },
        {
            "start": 1131154426,
            "stop": 1131154454
        },
        {
            "start": 1131154455,
            "stop": 1131154476
        },
        {
            "start": 1131154477,
            "stop": 1131154480
        },
        {
            "start": 1131154481,
            "stop": 1131154523
        },
        {
            "start": 1131154524,
            "stop": 1131154550
        },
        {
            "start": 1131154551,
            "stop": 1131154561
        },
        {
            "start": 1131154562,
            "stop": 1131154577
        },
        {
            "start": 1131154578,
            "stop": 1131154632
        },
        {
            "start": 1131154633,
            "stop": 1131154653
        },
        {
            "start": 1131154654,
            "stop": 1131154687
        },
        {
            "start": 1131154688,
            "stop": 1131154690
        },
        {
            "start": 1131154691,
            "stop": 1131154710
        },
        {
            "start": 1131154711,
            "stop": 1131154769
        },
        {
            "start": 1131154770,
            "stop": 1131154822
        },
        {
            "start": 1131154823,
            "stop": 1131154830
        },
        {
            "start": 1131154831,
            "stop": 1131154864
        },
        {
            "start": 1131154865,
            "stop": 1131154873
        },
        {
            "start": 1131154874,
            "stop": 1131154883
        }
    ]
}