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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=368",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=366",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 367,
    "results": [
        {
            "start": 818265012,
            "stop": 818265014
        },
        {
            "start": 818265020,
            "stop": 818265024
        },
        {
            "start": 818265030,
            "stop": 818265044
        },
        {
            "start": 818265047,
            "stop": 818265048
        },
        {
            "start": 818265053,
            "stop": 818265066
        },
        {
            "start": 818265074,
            "stop": 818265077
        },
        {
            "start": 818265089,
            "stop": 818265091
        },
        {
            "start": 818265095,
            "stop": 818265096
        },
        {
            "start": 818265101,
            "stop": 818265110
        },
        {
            "start": 818265686,
            "stop": 818265689
        },
        {
            "start": 818265697,
            "stop": 818265698
        },
        {
            "start": 818265701,
            "stop": 818265703
        },
        {
            "start": 818265722,
            "stop": 818265723
        },
        {
            "start": 818265727,
            "stop": 818265732
        },
        {
            "start": 818265742,
            "stop": 818265745
        },
        {
            "start": 818265754,
            "stop": 818265756
        },
        {
            "start": 818265759,
            "stop": 818265760
        },
        {
            "start": 818265763,
            "stop": 818265765
        },
        {
            "start": 818265772,
            "stop": 818265774
        },
        {
            "start": 818265777,
            "stop": 818265781
        }
    ]
}