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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=40",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 41,
    "results": [
        {
            "start": 931873991,
            "stop": 931874242
        },
        {
            "start": 931874243,
            "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": 931880623
        },
        {
            "start": 931880624,
            "stop": 931881593
        },
        {
            "start": 931881594,
            "stop": 931881876
        },
        {
            "start": 931881878,
            "stop": 931881883
        },
        {
            "start": 931881884,
            "stop": 931882274
        },
        {
            "start": 931882275,
            "stop": 931882379
        },
        {
            "start": 931882380,
            "stop": 931882690
        },
        {
            "start": 931882691,
            "stop": 931883026
        },
        {
            "start": 931883027,
            "stop": 931883039
        },
        {
            "start": 931883040,
            "stop": 931883055
        },
        {
            "start": 931883057,
            "stop": 931883092
        },
        {
            "start": 931883095,
            "stop": 931883096
        },
        {
            "start": 931883097,
            "stop": 931883109
        }
    ]
}