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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=260",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=258",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 259,
    "results": [
        {
            "start": 962935977,
            "stop": 962936040
        },
        {
            "start": 962936044,
            "stop": 962936071
        },
        {
            "start": 962936075,
            "stop": 962936143
        },
        {
            "start": 962936148,
            "stop": 962936157
        },
        {
            "start": 962936167,
            "stop": 962936175
        },
        {
            "start": 962936178,
            "stop": 962936184
        },
        {
            "start": 962936189,
            "stop": 962936193
        },
        {
            "start": 962936199,
            "stop": 962936204
        },
        {
            "start": 962936208,
            "stop": 962936263
        },
        {
            "start": 962936271,
            "stop": 962936394
        },
        {
            "start": 962936397,
            "stop": 962936556
        },
        {
            "start": 962936561,
            "stop": 962936581
        },
        {
            "start": 962936587,
            "stop": 962936595
        },
        {
            "start": 962936600,
            "stop": 962936601
        },
        {
            "start": 962936612,
            "stop": 962936613
        },
        {
            "start": 962936619,
            "stop": 962936622
        },
        {
            "start": 962936628,
            "stop": 962936642
        },
        {
            "start": 962936646,
            "stop": 962936647
        },
        {
            "start": 962936659,
            "stop": 962936663
        },
        {
            "start": 962936668,
            "stop": 962936681
        }
    ]
}