Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=118
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=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=117",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 118,
    "results": [
        {
            "start": 831767633,
            "stop": 831772424
        },
        {
            "start": 831773445,
            "stop": 831776893
        },
        {
            "start": 831777897,
            "stop": 831791053
        },
        {
            "start": 831791069,
            "stop": 831791071
        },
        {
            "start": 831791206,
            "stop": 831791413
        },
        {
            "start": 831793236,
            "stop": 831797473
        },
        {
            "start": 831797482,
            "stop": 831797484
        },
        {
            "start": 831798204,
            "stop": 831798543
        },
        {
            "start": 831799247,
            "stop": 831806746
        },
        {
            "start": 831807548,
            "stop": 831810523
        },
        {
            "start": 831811213,
            "stop": 831812037
        },
        {
            "start": 831825403,
            "stop": 831825596
        },
        {
            "start": 831851345,
            "stop": 831851413
        },
        {
            "start": 831854953,
            "stop": 831856918
        },
        {
            "start": 831858232,
            "stop": 831858595
        },
        {
            "start": 831859568,
            "stop": 831860701
        },
        {
            "start": 831863971,
            "stop": 831871918
        },
        {
            "start": 831873278,
            "stop": 831873433
        },
        {
            "start": 831876435,
            "stop": 831880393
        },
        {
            "start": 831881134,
            "stop": 831885013
        }
    ]
}