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_CBCLOW_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_CBCLOW_CAT1/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=107",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 108,
    "results": [
        {
            "start": 834349888,
            "stop": 834350054
        },
        {
            "start": 834353170,
            "stop": 834354890
        },
        {
            "start": 834354966,
            "stop": 834390866
        },
        {
            "start": 834397986,
            "stop": 834414826
        },
        {
            "start": 834417837,
            "stop": 834418165
        },
        {
            "start": 834420685,
            "stop": 834422848
        },
        {
            "start": 834424880,
            "stop": 834426267
        },
        {
            "start": 834426926,
            "stop": 834429230
        },
        {
            "start": 834431504,
            "stop": 834436995
        },
        {
            "start": 834438340,
            "stop": 834463114
        },
        {
            "start": 834463687,
            "stop": 834478138
        },
        {
            "start": 834478938,
            "stop": 834480335
        },
        {
            "start": 834481606,
            "stop": 834501106
        },
        {
            "start": 834501335,
            "stop": 834501873
        },
        {
            "start": 834504986,
            "stop": 834511881
        },
        {
            "start": 834511977,
            "stop": 834512040
        },
        {
            "start": 834512506,
            "stop": 834513370
        },
        {
            "start": 834513932,
            "stop": 834514413
        },
        {
            "start": 834518293,
            "stop": 834519291
        },
        {
            "start": 834520346,
            "stop": 834524367
        }
    ]
}