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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=107",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 108,
    "results": [
        {
            "start": 830229565,
            "stop": 830229973
        },
        {
            "start": 830230005,
            "stop": 830230006
        },
        {
            "start": 830230109,
            "stop": 830242033
        },
        {
            "start": 830244486,
            "stop": 830258230
        },
        {
            "start": 830258296,
            "stop": 830260846
        },
        {
            "start": 830264097,
            "stop": 830269873
        },
        {
            "start": 830269921,
            "stop": 830269922
        },
        {
            "start": 830270053,
            "stop": 830270113
        },
        {
            "start": 830270123,
            "stop": 830270124
        },
        {
            "start": 830270188,
            "stop": 830272273
        },
        {
            "start": 830273653,
            "stop": 830274367
        },
        {
            "start": 830275490,
            "stop": 830275513
        },
        {
            "start": 830275558,
            "stop": 830275560
        },
        {
            "start": 830275640,
            "stop": 830282204
        },
        {
            "start": 830282331,
            "stop": 830283193
        },
        {
            "start": 830283219,
            "stop": 830283220
        },
        {
            "start": 830283485,
            "stop": 830285293
        },
        {
            "start": 830287812,
            "stop": 830290753
        },
        {
            "start": 830290933,
            "stop": 830292013
        },
        {
            "start": 830292079,
            "stop": 830297233
        }
    ]
}