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=75
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=76",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=74",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 75,
    "results": [
        {
            "start": 931287766,
            "stop": 931287767
        },
        {
            "start": 931287828,
            "stop": 931287829
        },
        {
            "start": 931287850,
            "stop": 931287852
        },
        {
            "start": 931287868,
            "stop": 931287870
        },
        {
            "start": 931287953,
            "stop": 931287954
        },
        {
            "start": 931287962,
            "stop": 931287963
        },
        {
            "start": 931287975,
            "stop": 931287976
        },
        {
            "start": 931288006,
            "stop": 931288007
        },
        {
            "start": 931288014,
            "stop": 931288015
        },
        {
            "start": 931288021,
            "stop": 931288022
        },
        {
            "start": 931288035,
            "stop": 931288036
        },
        {
            "start": 931288079,
            "stop": 931288080
        },
        {
            "start": 931288137,
            "stop": 931288138
        },
        {
            "start": 931288173,
            "stop": 931288174
        },
        {
            "start": 931288211,
            "stop": 931288212
        },
        {
            "start": 931288217,
            "stop": 931288218
        },
        {
            "start": 931288264,
            "stop": 931288265
        },
        {
            "start": 931288478,
            "stop": 931288479
        },
        {
            "start": 931288489,
            "stop": 931288490
        },
        {
            "start": 931288554,
            "stop": 931288555
        }
    ]
}