Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_DATA/segments?format=api&page=153
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_DATA/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_DATA/segments?format=api&page=152",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 153,
    "results": [
        {
            "start": 859577739,
            "stop": 859591554
        },
        {
            "start": 859592113,
            "stop": 859607394
        },
        {
            "start": 859608490,
            "stop": 859647622
        },
        {
            "start": 859662073,
            "stop": 859662351
        },
        {
            "start": 859662702,
            "stop": 859715267
        },
        {
            "start": 859715580,
            "stop": 859720498
        },
        {
            "start": 859721074,
            "stop": 859722652
        },
        {
            "start": 859725179,
            "stop": 859736182
        },
        {
            "start": 859737806,
            "stop": 859751720
        },
        {
            "start": 859751960,
            "stop": 859758240
        },
        {
            "start": 859760767,
            "stop": 859761210
        },
        {
            "start": 859765346,
            "stop": 859766586
        },
        {
            "start": 859769448,
            "stop": 859781288
        },
        {
            "start": 859782247,
            "stop": 859782848
        },
        {
            "start": 859784102,
            "stop": 859787769
        },
        {
            "start": 859788967,
            "stop": 859831608
        },
        {
            "start": 859834360,
            "stop": 859849053
        },
        {
            "start": 859849174,
            "stop": 859852118
        },
        {
            "start": 859870514,
            "stop": 859899101
        },
        {
            "start": 859899988,
            "stop": 859903349
        }
    ]
}