Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=66
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=65",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 66,
    "results": [
        {
            "start": 834510735,
            "stop": 834518386
        },
        {
            "start": 834519079,
            "stop": 834520146
        },
        {
            "start": 834522004,
            "stop": 834525360
        },
        {
            "start": 834526065,
            "stop": 834527834
        },
        {
            "start": 834529902,
            "stop": 834530075
        },
        {
            "start": 834544391,
            "stop": 834596650
        },
        {
            "start": 834597854,
            "stop": 834607110
        },
        {
            "start": 834607232,
            "stop": 834614889
        },
        {
            "start": 834615232,
            "stop": 834624445
        },
        {
            "start": 834626661,
            "stop": 834635071
        },
        {
            "start": 834637798,
            "stop": 834691117
        },
        {
            "start": 834692707,
            "stop": 834744441
        },
        {
            "start": 834745837,
            "stop": 834779963
        },
        {
            "start": 834781589,
            "stop": 834781901
        },
        {
            "start": 834783331,
            "stop": 834795925
        },
        {
            "start": 834799716,
            "stop": 834800226
        },
        {
            "start": 834810465,
            "stop": 834811543
        },
        {
            "start": 834812640,
            "stop": 834833078
        },
        {
            "start": 834836384,
            "stop": 834839932
        },
        {
            "start": 834841294,
            "stop": 834846572
        }
    ]
}