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=164
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=165",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=163",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 164,
    "results": [
        {
            "start": 932906175,
            "stop": 932906440
        },
        {
            "start": 932906461,
            "stop": 932906530
        },
        {
            "start": 932906549,
            "stop": 932906564
        },
        {
            "start": 932906591,
            "stop": 932906651
        },
        {
            "start": 932906670,
            "stop": 932906680
        },
        {
            "start": 932906685,
            "stop": 932906722
        },
        {
            "start": 932906747,
            "stop": 932906763
        },
        {
            "start": 932906798,
            "stop": 932906811
        },
        {
            "start": 932906861,
            "stop": 932906871
        },
        {
            "start": 932906890,
            "stop": 932906895
        },
        {
            "start": 932906914,
            "stop": 932906921
        },
        {
            "start": 932906940,
            "stop": 932906954
        },
        {
            "start": 932906974,
            "stop": 932906976
        },
        {
            "start": 932907048,
            "stop": 932907153
        },
        {
            "start": 932907186,
            "stop": 932907211
        },
        {
            "start": 932907230,
            "stop": 932907287
        },
        {
            "start": 932907306,
            "stop": 932907334
        },
        {
            "start": 932907353,
            "stop": 932907395
        },
        {
            "start": 932907414,
            "stop": 932907493
        },
        {
            "start": 932907520,
            "stop": 932907531
        }
    ]
}