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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=67",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 68,
    "results": [
        {
            "start": 931257307,
            "stop": 931257308
        },
        {
            "start": 931257373,
            "stop": 931257374
        },
        {
            "start": 931257389,
            "stop": 931257390
        },
        {
            "start": 931257394,
            "stop": 931257396
        },
        {
            "start": 931257398,
            "stop": 931257401
        },
        {
            "start": 931257411,
            "stop": 931257414
        },
        {
            "start": 931257416,
            "stop": 931257417
        },
        {
            "start": 931257433,
            "stop": 931257434
        },
        {
            "start": 931257437,
            "stop": 931257439
        },
        {
            "start": 931257442,
            "stop": 931257447
        },
        {
            "start": 931257489,
            "stop": 931257492
        },
        {
            "start": 931257495,
            "stop": 931257498
        },
        {
            "start": 931257500,
            "stop": 931257503
        },
        {
            "start": 931257526,
            "stop": 931257530
        },
        {
            "start": 931257542,
            "stop": 931257544
        },
        {
            "start": 931257553,
            "stop": 931257555
        },
        {
            "start": 931257557,
            "stop": 931257559
        },
        {
            "start": 931257564,
            "stop": 931257570
        },
        {
            "start": 931257575,
            "stop": 931257580
        },
        {
            "start": 931257584,
            "stop": 931257594
        }
    ]
}