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=139
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=140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=138",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 139,
    "results": [
        {
            "start": 818069932,
            "stop": 818069933
        },
        {
            "start": 818069937,
            "stop": 818069940
        },
        {
            "start": 818069943,
            "stop": 818069953
        },
        {
            "start": 818069956,
            "stop": 818069959
        },
        {
            "start": 818069962,
            "stop": 818069969
        },
        {
            "start": 818069972,
            "stop": 818069975
        },
        {
            "start": 818069978,
            "stop": 818069988
        },
        {
            "start": 818069991,
            "stop": 818069993
        },
        {
            "start": 818069996,
            "stop": 818070006
        },
        {
            "start": 818070009,
            "stop": 818070015
        },
        {
            "start": 818070018,
            "stop": 818070022
        },
        {
            "start": 818070028,
            "stop": 818070037
        },
        {
            "start": 818070048,
            "stop": 818070049
        },
        {
            "start": 818070052,
            "stop": 818070064
        },
        {
            "start": 818070067,
            "stop": 818070069
        },
        {
            "start": 818070072,
            "stop": 818070073
        },
        {
            "start": 818070079,
            "stop": 818070083
        },
        {
            "start": 818070087,
            "stop": 818070100
        },
        {
            "start": 818070107,
            "stop": 818070117
        },
        {
            "start": 818070120,
            "stop": 818070135
        }
    ]
}