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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7502",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7500",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7501,
    "results": [
        {
            "start": 970311083,
            "stop": 970311090
        },
        {
            "start": 970311121,
            "stop": 970311122
        },
        {
            "start": 970311134,
            "stop": 970311459
        },
        {
            "start": 970311462,
            "stop": 970311492
        },
        {
            "start": 970311495,
            "stop": 970311772
        },
        {
            "start": 970311775,
            "stop": 970311776
        },
        {
            "start": 970311779,
            "stop": 970311805
        },
        {
            "start": 970311811,
            "stop": 970311906
        },
        {
            "start": 970311909,
            "stop": 970311914
        },
        {
            "start": 970311917,
            "stop": 970312079
        },
        {
            "start": 970312082,
            "stop": 970312206
        },
        {
            "start": 970312217,
            "stop": 970312219
        },
        {
            "start": 970312241,
            "stop": 970312251
        },
        {
            "start": 970312262,
            "stop": 970312335
        },
        {
            "start": 970312338,
            "stop": 970312668
        },
        {
            "start": 970312671,
            "stop": 970312693
        },
        {
            "start": 970312699,
            "stop": 970312776
        },
        {
            "start": 970312903,
            "stop": 970312904
        },
        {
            "start": 970312945,
            "stop": 970313006
        },
        {
            "start": 970313009,
            "stop": 970313529
        }
    ]
}