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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=326",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=324",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 325,
    "results": [
        {
            "start": 931874797,
            "stop": 931875440
        },
        {
            "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": 931883028,
            "stop": 931883039
        },
        {
            "start": 931883040,
            "stop": 931883055
        },
        {
            "start": 931883057,
            "stop": 931883069
        },
        {
            "start": 931886712,
            "stop": 931886713
        }
    ]
}