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/S6/timelines/H1_CW_CAT1/segments?format=api&page=239
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=240",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=238",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 239,
    "results": [
        {
            "start": 959376227,
            "stop": 959376471
        },
        {
            "start": 959376476,
            "stop": 959377571
        },
        {
            "start": 959377922,
            "stop": 959380221
        },
        {
            "start": 959385983,
            "stop": 959398392
        },
        {
            "start": 959402187,
            "stop": 959411883
        },
        {
            "start": 959417973,
            "stop": 959438615
        },
        {
            "start": 959459667,
            "stop": 959459749
        },
        {
            "start": 959459752,
            "stop": 959459862
        },
        {
            "start": 959459865,
            "stop": 959462392
        },
        {
            "start": 959463987,
            "stop": 959465409
        },
        {
            "start": 959467229,
            "stop": 959471298
        },
        {
            "start": 959487824,
            "stop": 959510407
        },
        {
            "start": 959516212,
            "stop": 959520555
        },
        {
            "start": 959530243,
            "stop": 959532577
        },
        {
            "start": 959534438,
            "stop": 959543522
        },
        {
            "start": 959579437,
            "stop": 959579493
        },
        {
            "start": 959581173,
            "stop": 959581245
        },
        {
            "start": 959581250,
            "stop": 959581266
        },
        {
            "start": 959581273,
            "stop": 959581276
        },
        {
            "start": 959581280,
            "stop": 959581286
        }
    ]
}