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=65
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=66",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=64",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 65,
    "results": [
        {
            "start": 834099673,
            "stop": 834156425
        },
        {
            "start": 834158444,
            "stop": 834183092
        },
        {
            "start": 834186985,
            "stop": 834246060
        },
        {
            "start": 834268309,
            "stop": 834270547
        },
        {
            "start": 834272138,
            "stop": 834276342
        },
        {
            "start": 834276551,
            "stop": 834282059
        },
        {
            "start": 834282852,
            "stop": 834294410
        },
        {
            "start": 834298100,
            "stop": 834300756
        },
        {
            "start": 834302536,
            "stop": 834307691
        },
        {
            "start": 834309013,
            "stop": 834322712
        },
        {
            "start": 834323951,
            "stop": 834326414
        },
        {
            "start": 834327921,
            "stop": 834346955
        },
        {
            "start": 834347702,
            "stop": 834350580
        },
        {
            "start": 834351700,
            "stop": 834353310
        },
        {
            "start": 834353956,
            "stop": 834358425
        },
        {
            "start": 834359140,
            "stop": 834390165
        },
        {
            "start": 834392077,
            "stop": 834435531
        },
        {
            "start": 834436076,
            "stop": 834445552
        },
        {
            "start": 834445563,
            "stop": 834450505
        },
        {
            "start": 834451337,
            "stop": 834509421
        }
    ]
}