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=84
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=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=83",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 84,
    "results": [
        {
            "start": 842679426,
            "stop": 842689196
        },
        {
            "start": 842689875,
            "stop": 842713217
        },
        {
            "start": 842734453,
            "stop": 842735860
        },
        {
            "start": 842736077,
            "stop": 842740180
        },
        {
            "start": 842745683,
            "stop": 842762982
        },
        {
            "start": 842763781,
            "stop": 842803551
        },
        {
            "start": 842804997,
            "stop": 842814233
        },
        {
            "start": 842815802,
            "stop": 842816622
        },
        {
            "start": 842817960,
            "stop": 842821927
        },
        {
            "start": 842822438,
            "stop": 842823616
        },
        {
            "start": 842824270,
            "stop": 842825885
        },
        {
            "start": 842826640,
            "stop": 842832935
        },
        {
            "start": 842834428,
            "stop": 842857895
        },
        {
            "start": 842858344,
            "stop": 842900156
        },
        {
            "start": 842901356,
            "stop": 842907866
        },
        {
            "start": 842908750,
            "stop": 842911015
        },
        {
            "start": 842912618,
            "stop": 842915650
        },
        {
            "start": 842917067,
            "stop": 842917226
        },
        {
            "start": 842921718,
            "stop": 842922625
        },
        {
            "start": 842924511,
            "stop": 842928274
        }
    ]
}