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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=92",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 93,
    "results": [
        {
            "start": 1175510906,
            "stop": 1175511501
        },
        {
            "start": 1175511505,
            "stop": 1175527689
        },
        {
            "start": 1175527699,
            "stop": 1175529619
        },
        {
            "start": 1175555221,
            "stop": 1175566921
        },
        {
            "start": 1175566923,
            "stop": 1175572254
        },
        {
            "start": 1175572259,
            "stop": 1175572287
        },
        {
            "start": 1175576524,
            "stop": 1175576576
        },
        {
            "start": 1175576622,
            "stop": 1175576721
        },
        {
            "start": 1175576723,
            "stop": 1175577119
        },
        {
            "start": 1175577121,
            "stop": 1175577659
        },
        {
            "start": 1175577776,
            "stop": 1175577936
        },
        {
            "start": 1175578374,
            "stop": 1175582100
        },
        {
            "start": 1175582102,
            "stop": 1175583287
        },
        {
            "start": 1175583290,
            "stop": 1175591200
        },
        {
            "start": 1175591202,
            "stop": 1175597505
        },
        {
            "start": 1175597506,
            "stop": 1175597908
        },
        {
            "start": 1175597910,
            "stop": 1175605099
        },
        {
            "start": 1175605100,
            "stop": 1175605106
        },
        {
            "start": 1175605109,
            "stop": 1175605171
        },
        {
            "start": 1175605172,
            "stop": 1175605189
        }
    ]
}