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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8120",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8121,
    "results": [
        {
            "start": 872891656,
            "stop": 872891672
        },
        {
            "start": 872891689,
            "stop": 872891704
        },
        {
            "start": 872891721,
            "stop": 872891772
        },
        {
            "start": 872891789,
            "stop": 872891831
        },
        {
            "start": 872891848,
            "stop": 872891927
        },
        {
            "start": 872891944,
            "stop": 872892048
        },
        {
            "start": 872892065,
            "stop": 872892081
        },
        {
            "start": 872892100,
            "stop": 872892115
        },
        {
            "start": 872892134,
            "stop": 872892814
        },
        {
            "start": 872892832,
            "stop": 872892986
        },
        {
            "start": 872893003,
            "stop": 872893044
        },
        {
            "start": 872893062,
            "stop": 872893298
        },
        {
            "start": 872893315,
            "stop": 872893360
        },
        {
            "start": 872893378,
            "stop": 872893462
        },
        {
            "start": 872893488,
            "stop": 872893575
        },
        {
            "start": 872893592,
            "stop": 872893710
        },
        {
            "start": 872893727,
            "stop": 872893766
        },
        {
            "start": 872893783,
            "stop": 872893849
        },
        {
            "start": 872893866,
            "stop": 872894271
        },
        {
            "start": 872894288,
            "stop": 872896195
        }
    ]
}