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=117
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=118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=116",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 117,
    "results": [
        {
            "start": 856747232,
            "stop": 856778896
        },
        {
            "start": 856780718,
            "stop": 856808426
        },
        {
            "start": 856809490,
            "stop": 856826558
        },
        {
            "start": 856828009,
            "stop": 856876850
        },
        {
            "start": 856877534,
            "stop": 856900936
        },
        {
            "start": 856908861,
            "stop": 856908881
        },
        {
            "start": 856911081,
            "stop": 856912818
        },
        {
            "start": 856913978,
            "stop": 856922504
        },
        {
            "start": 856923007,
            "stop": 856928244
        },
        {
            "start": 856928716,
            "stop": 856987275
        },
        {
            "start": 856988224,
            "stop": 857007038
        },
        {
            "start": 857008616,
            "stop": 857094675
        },
        {
            "start": 857095976,
            "stop": 857131832
        },
        {
            "start": 857133195,
            "stop": 857162994
        },
        {
            "start": 857163126,
            "stop": 857170059
        },
        {
            "start": 857170485,
            "stop": 857215114
        },
        {
            "start": 857216649,
            "stop": 857229901
        },
        {
            "start": 857231076,
            "stop": 857232138
        },
        {
            "start": 857249580,
            "stop": 857258014
        },
        {
            "start": 857258539,
            "stop": 857262638
        }
    ]
}