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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=27",
    "results_count": 792,
    "results_per_page": 20,
    "num_pages": 40,
    "page_number": 28,
    "results": [
        {
            "start": 1133400699,
            "stop": 1133404971
        },
        {
            "start": 1133410892,
            "stop": 1133421610
        },
        {
            "start": 1133439784,
            "stop": 1133446271
        },
        {
            "start": 1133446273,
            "stop": 1133448890
        },
        {
            "start": 1133449162,
            "stop": 1133457951
        },
        {
            "start": 1133458164,
            "stop": 1133471145
        },
        {
            "start": 1133472646,
            "stop": 1133478088
        },
        {
            "start": 1133478089,
            "stop": 1133494313
        },
        {
            "start": 1133494315,
            "stop": 1133495785
        },
        {
            "start": 1133496152,
            "stop": 1133501214
        },
        {
            "start": 1133501739,
            "stop": 1133502267
        },
        {
            "start": 1133502269,
            "stop": 1133511031
        },
        {
            "start": 1133531475,
            "stop": 1133543065
        },
        {
            "start": 1133585447,
            "stop": 1133597643
        },
        {
            "start": 1133600812,
            "stop": 1133603437
        },
        {
            "start": 1133603439,
            "stop": 1133604695
        },
        {
            "start": 1133604697,
            "stop": 1133617331
        },
        {
            "start": 1133617333,
            "stop": 1133617494
        },
        {
            "start": 1133652853,
            "stop": 1133655452
        },
        {
            "start": 1133655454,
            "stop": 1133667856
        }
    ]
}