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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CW_CAT1/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CW_CAT1/segments?format=api&page=45",
    "results_count": 953,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 46,
    "results": [
        {
            "start": 1421096755,
            "stop": 1421097597
        },
        {
            "start": 1421102225,
            "stop": 1421134219
        },
        {
            "start": 1421140334,
            "stop": 1421142259
        },
        {
            "start": 1421142343,
            "stop": 1421154465
        },
        {
            "start": 1421158557,
            "stop": 1421184734
        },
        {
            "start": 1421184750,
            "stop": 1421264021
        },
        {
            "start": 1421265899,
            "stop": 1421329310
        },
        {
            "start": 1421335328,
            "stop": 1421383070
        },
        {
            "start": 1421389625,
            "stop": 1421391821
        },
        {
            "start": 1421392325,
            "stop": 1421392364
        },
        {
            "start": 1421392962,
            "stop": 1421392965
        },
        {
            "start": 1421394839,
            "stop": 1421394840
        },
        {
            "start": 1421416730,
            "stop": 1421429262
        },
        {
            "start": 1421435252,
            "stop": 1421453320
        },
        {
            "start": 1421457334,
            "stop": 1421474112
        },
        {
            "start": 1421474475,
            "stop": 1421477348
        },
        {
            "start": 1421477598,
            "stop": 1421483381
        },
        {
            "start": 1421488057,
            "stop": 1421502928
        },
        {
            "start": 1421507560,
            "stop": 1421508148
        },
        {
            "start": 1421538568,
            "stop": 1421539251
        }
    ]
}