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=5174
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=5175",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5173",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5174,
    "results": [
        {
            "start": 969734558,
            "stop": 969734578
        },
        {
            "start": 969734581,
            "stop": 969734798
        },
        {
            "start": 969734978,
            "stop": 969735038
        },
        {
            "start": 969735338,
            "stop": 969735458
        },
        {
            "start": 969735461,
            "stop": 969735518
        },
        {
            "start": 969735578,
            "stop": 969735812
        },
        {
            "start": 969735817,
            "stop": 969735818
        },
        {
            "start": 969735938,
            "stop": 969735998
        },
        {
            "start": 969737198,
            "stop": 969737207
        },
        {
            "start": 969737210,
            "stop": 969737318
        },
        {
            "start": 969738338,
            "stop": 969738398
        },
        {
            "start": 969738758,
            "stop": 969738878
        },
        {
            "start": 969738938,
            "stop": 969738998
        },
        {
            "start": 969739118,
            "stop": 969739178
        },
        {
            "start": 969739538,
            "stop": 969739546
        },
        {
            "start": 969739549,
            "stop": 969739585
        },
        {
            "start": 969739588,
            "stop": 969739598
        },
        {
            "start": 969739658,
            "stop": 969739683
        },
        {
            "start": 969739686,
            "stop": 969739718
        },
        {
            "start": 969739898,
            "stop": 969739923
        }
    ]
}