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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1241",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1239",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1240,
    "results": [
        {
            "start": 957470075,
            "stop": 957470562
        },
        {
            "start": 957470564,
            "stop": 957470792
        },
        {
            "start": 957470794,
            "stop": 957470833
        },
        {
            "start": 957470835,
            "stop": 957471051
        },
        {
            "start": 957471053,
            "stop": 957471127
        },
        {
            "start": 957472306,
            "stop": 957473362
        },
        {
            "start": 957473364,
            "stop": 957473528
        },
        {
            "start": 957473530,
            "stop": 957473800
        },
        {
            "start": 957473802,
            "stop": 957473882
        },
        {
            "start": 957473884,
            "stop": 957473957
        },
        {
            "start": 957473959,
            "stop": 957474206
        },
        {
            "start": 957474208,
            "stop": 957474876
        },
        {
            "start": 957474878,
            "stop": 957475149
        },
        {
            "start": 957475150,
            "stop": 957476265
        },
        {
            "start": 957476267,
            "stop": 957476284
        },
        {
            "start": 957476286,
            "stop": 957476530
        },
        {
            "start": 957476532,
            "stop": 957477169
        },
        {
            "start": 957477172,
            "stop": 957477223
        },
        {
            "start": 957477225,
            "stop": 957478157
        },
        {
            "start": 957478159,
            "stop": 957478682
        }
    ]
}