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=324
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=325",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=323",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 324,
    "results": [
        {
            "start": 931875441,
            "stop": 931875468
        },
        {
            "start": 931875469,
            "stop": 931876044
        },
        {
            "start": 931876045,
            "stop": 931876544
        },
        {
            "start": 931876545,
            "stop": 931877337
        },
        {
            "start": 931877339,
            "stop": 931877575
        },
        {
            "start": 931877576,
            "stop": 931877933
        },
        {
            "start": 931878105,
            "stop": 931879984
        },
        {
            "start": 931880139,
            "stop": 931880570
        },
        {
            "start": 931880734,
            "stop": 931881593
        },
        {
            "start": 931881594,
            "stop": 931881876
        },
        {
            "start": 931881878,
            "stop": 931881883
        },
        {
            "start": 931881884,
            "stop": 931882274
        },
        {
            "start": 931882275,
            "stop": 931882379
        },
        {
            "start": 931882380,
            "stop": 931882436
        },
        {
            "start": 931882691,
            "stop": 931883026
        },
        {
            "start": 931883027,
            "stop": 931883039
        },
        {
            "start": 931883040,
            "stop": 931883055
        },
        {
            "start": 931883057,
            "stop": 931883069
        },
        {
            "start": 931886712,
            "stop": 931886713
        },
        {
            "start": 931886774,
            "stop": 931886775
        }
    ]
}