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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=87",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 88,
    "results": [
        {
            "start": 932078560,
            "stop": 932078561
        },
        {
            "start": 932078562,
            "stop": 932078594
        },
        {
            "start": 932078595,
            "stop": 932078599
        },
        {
            "start": 932078600,
            "stop": 932078605
        },
        {
            "start": 932078606,
            "stop": 932078607
        },
        {
            "start": 932078608,
            "stop": 932078618
        },
        {
            "start": 932078619,
            "stop": 932078620
        },
        {
            "start": 932078622,
            "stop": 932078633
        },
        {
            "start": 932078634,
            "stop": 932078644
        },
        {
            "start": 932078645,
            "stop": 932078650
        },
        {
            "start": 932078651,
            "stop": 932078654
        },
        {
            "start": 932078657,
            "stop": 932078678
        },
        {
            "start": 932078679,
            "stop": 932078681
        },
        {
            "start": 932078682,
            "stop": 932078683
        },
        {
            "start": 932078689,
            "stop": 932078690
        },
        {
            "start": 932078693,
            "stop": 932078699
        },
        {
            "start": 932078700,
            "stop": 932078706
        },
        {
            "start": 932078708,
            "stop": 932078709
        },
        {
            "start": 932078710,
            "stop": 932078712
        },
        {
            "start": 932078713,
            "stop": 932078714
        }
    ]
}