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=55
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=56",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=54",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 55,
    "results": [
        {
            "start": 831353479,
            "stop": 831353691
        },
        {
            "start": 831353797,
            "stop": 831355217
        },
        {
            "start": 831359271,
            "stop": 831396087
        },
        {
            "start": 831396837,
            "stop": 831399949
        },
        {
            "start": 831400068,
            "stop": 831402046
        },
        {
            "start": 831404246,
            "stop": 831412658
        },
        {
            "start": 831413921,
            "stop": 831419083
        },
        {
            "start": 831419734,
            "stop": 831420187
        },
        {
            "start": 831421294,
            "stop": 831454733
        },
        {
            "start": 831455617,
            "stop": 831465591
        },
        {
            "start": 831466567,
            "stop": 831475533
        },
        {
            "start": 831476218,
            "stop": 831484042
        },
        {
            "start": 831484876,
            "stop": 831495685
        },
        {
            "start": 831505433,
            "stop": 831510551
        },
        {
            "start": 831511714,
            "stop": 831518654
        },
        {
            "start": 831520539,
            "stop": 831552273
        },
        {
            "start": 831552542,
            "stop": 831552822
        },
        {
            "start": 831554274,
            "stop": 831569557
        },
        {
            "start": 831570998,
            "stop": 831582611
        },
        {
            "start": 831585467,
            "stop": 831588787
        }
    ]
}