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=1248
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=1249",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1247",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1248,
    "results": [
        {
            "start": 957509479,
            "stop": 957509772
        },
        {
            "start": 957509774,
            "stop": 957509784
        },
        {
            "start": 957509786,
            "stop": 957510273
        },
        {
            "start": 957510274,
            "stop": 957510395
        },
        {
            "start": 957510396,
            "stop": 957510734
        },
        {
            "start": 957510736,
            "stop": 957510859
        },
        {
            "start": 957510861,
            "stop": 957511216
        },
        {
            "start": 957511219,
            "stop": 957511500
        },
        {
            "start": 957511502,
            "stop": 957511762
        },
        {
            "start": 957511764,
            "stop": 957512087
        },
        {
            "start": 957512089,
            "stop": 957512210
        },
        {
            "start": 957512212,
            "stop": 957512261
        },
        {
            "start": 957512262,
            "stop": 957512385
        },
        {
            "start": 957512386,
            "stop": 957512564
        },
        {
            "start": 957512566,
            "stop": 957512736
        },
        {
            "start": 957512738,
            "stop": 957512905
        },
        {
            "start": 957512907,
            "stop": 957513023
        },
        {
            "start": 957513025,
            "stop": 957513038
        },
        {
            "start": 957513039,
            "stop": 957513168
        },
        {
            "start": 957513169,
            "stop": 957513270
        }
    ]
}