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=1346
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=1347",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1345",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1346,
    "results": [
        {
            "start": 965053290,
            "stop": 965053303
        },
        {
            "start": 965053304,
            "stop": 965053306
        },
        {
            "start": 965053307,
            "stop": 965053320
        },
        {
            "start": 965053321,
            "stop": 965053323
        },
        {
            "start": 965053324,
            "stop": 965053340
        },
        {
            "start": 965053341,
            "stop": 965053344
        },
        {
            "start": 965053345,
            "stop": 965053347
        },
        {
            "start": 965053348,
            "stop": 965053356
        },
        {
            "start": 965053357,
            "stop": 965053387
        },
        {
            "start": 965053388,
            "stop": 965053391
        },
        {
            "start": 965053392,
            "stop": 965053409
        },
        {
            "start": 965053410,
            "stop": 965053416
        },
        {
            "start": 965053418,
            "stop": 965053425
        },
        {
            "start": 965053428,
            "stop": 965053450
        },
        {
            "start": 965053451,
            "stop": 965053462
        },
        {
            "start": 965053463,
            "stop": 965053464
        },
        {
            "start": 965053465,
            "stop": 965053471
        },
        {
            "start": 965053472,
            "stop": 965053477
        },
        {
            "start": 965053478,
            "stop": 965053483
        },
        {
            "start": 965053485,
            "stop": 965053490
        }
    ]
}