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=334
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=335",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=333",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 334,
    "results": [
        {
            "start": 818250829,
            "stop": 818250835
        },
        {
            "start": 818250866,
            "stop": 818250867
        },
        {
            "start": 818250875,
            "stop": 818250876
        },
        {
            "start": 818250882,
            "stop": 818250883
        },
        {
            "start": 818250888,
            "stop": 818250894
        },
        {
            "start": 818250912,
            "stop": 818250913
        },
        {
            "start": 818250920,
            "stop": 818250921
        },
        {
            "start": 818250942,
            "stop": 818250943
        },
        {
            "start": 818250946,
            "stop": 818250949
        },
        {
            "start": 818250974,
            "stop": 818250979
        },
        {
            "start": 818250984,
            "stop": 818250991
        },
        {
            "start": 818250995,
            "stop": 818250997
        },
        {
            "start": 818251001,
            "stop": 818251003
        },
        {
            "start": 818251009,
            "stop": 818251010
        },
        {
            "start": 818251018,
            "stop": 818251026
        },
        {
            "start": 818251032,
            "stop": 818251036
        },
        {
            "start": 818251068,
            "stop": 818251069
        },
        {
            "start": 818251072,
            "stop": 818251074
        },
        {
            "start": 818251091,
            "stop": 818251092
        },
        {
            "start": 818251098,
            "stop": 818251100
        }
    ]
}