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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=169",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 170,
    "results": [
        {
            "start": 932610778,
            "stop": 932611770
        },
        {
            "start": 932616375,
            "stop": 932616786
        },
        {
            "start": 932616846,
            "stop": 932619001
        },
        {
            "start": 932619581,
            "stop": 932619615
        },
        {
            "start": 932619975,
            "stop": 932620404
        },
        {
            "start": 932620407,
            "stop": 932620543
        },
        {
            "start": 932620562,
            "stop": 932620751
        },
        {
            "start": 932620756,
            "stop": 932623215
        },
        {
            "start": 932623575,
            "stop": 932623729
        },
        {
            "start": 932628292,
            "stop": 932629044
        },
        {
            "start": 932629047,
            "stop": 932629451
        },
        {
            "start": 932629454,
            "stop": 932630184
        },
        {
            "start": 932630188,
            "stop": 932630225
        },
        {
            "start": 932630228,
            "stop": 932630375
        },
        {
            "start": 932630378,
            "stop": 932630415
        },
        {
            "start": 932630778,
            "stop": 932630780
        },
        {
            "start": 932630783,
            "stop": 932630795
        },
        {
            "start": 932630799,
            "stop": 932630805
        },
        {
            "start": 932630808,
            "stop": 932631125
        },
        {
            "start": 932631128,
            "stop": 932632254
        }
    ]
}